Html Css Color HEX #138308 Green

📋 copy color: '#138308'

red 19 ◦ green 131 ◦ blue 8

#138308
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #138308

Tints of Green #138308

RGB

 RED value IS 19 (7.81% from 255) = 12.03%

 GREEN value IS 131 (51.56% from 255) = 82.91%

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 12.03%
G = 82.91%
B = 5.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#138308 (or 0x138308) is known color: Green. HEX triplet: 13, 83 and 08. RGB value is (19,131,8). Sum of RGB (Red+Green+Blue) = 19+131+8=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 131 (51.56% from 255 or 82.91% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 131 - color contains mainly: green. Hex color #138308 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138308 is #EC7CF7. Grayscale: #535353. Windows color (decimal): -15498488 or 557843. OLE color: 557843.

HSL color Cylindrical-coordinate representation of color #138308: hue angle of 114.63º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #138308 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 8 -
CMYK 0.85 0 0.94 0.49
HSL 114.63º 0.88% 0.27% -
HSV(B) 114.63º 0.94% 0.51% -
XYZ 8.43 16.39 2.95 -
YUV 83.49 85.39 82 -
System Red Green Blue C M Y K H S L
Decimal 19 131 8 0.85 0 0.94 0.49 114.63 0.88 0.27
Hex 13 83 8 55 0 5E 31 73 58 1B
Octal 23 203 10 125 0 136 61 163 130 33
Binary 10011 10000011 1000 1010101 0 1011110 110001 1110011 1011000 11011

Color Harmonies of #138308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138308

Black with #138308

Text Example


Text Example

White with #138308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138308; }

 p { color: rgb(19,131,8); }

 H1.HeaderClassName
 {
   color: #138308;
 }
 .AnyTagClassName
 {
   color: #138308;
 }
</style>

background-color css

<style>
 a { background-color: #138308; }

 a { background-color: rgb(19,131,8); }

 div.DivClassName
 {
   background-color: #138308;
 }
 .BgClassName
 {
   background-color: #138308;
 }
</style>

border-color css

<style>
 span { border-color: #138308; }

 span { border-color: rgb(19,131,8); }

 td.TdClassName
 {
   border-color: #138308;
 }
 .TagClassName
 {
   border-color: #138308;
 }
</style>