Html Css Color HEX #138208 Green

📋 copy color: '#138208'

red 19 ◦ green 130 ◦ blue 8

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

Shades of Green #138208

Tints of Green #138208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 82.8%

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

R = 12.1%
G = 82.8%
B = 5.1%

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

#138208 (or 0x138208) is known color: Green. HEX triplet: 13, 82 and 08. RGB value is (19,130,8). Sum of RGB (Red+Green+Blue) = 19+130+8=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #138208 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138208 is #EC7DF7. Grayscale: #535353. Windows color (decimal): -15498744 or 557587. OLE color: 557587.

HSL color Cylindrical-coordinate representation of color #138208: hue angle of 114.59º 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 #138208 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 130 8 -
CMYK 0.85 0 0.94 0.49
HSL 114.59º 0.88% 0.27% -
HSV(B) 114.59º 0.94% 0.51% -
XYZ 8.3 16.12 2.9 -
YUV 82.9 85.73 82.42 -
System Red Green Blue C M Y K H S L
Decimal 19 130 8 0.85 0 0.94 0.49 114.59 0.88 0.27
Hex 13 82 8 55 0 5E 31 73 58 1B
Octal 23 202 10 125 0 136 61 163 130 33
Binary 10011 10000010 1000 1010101 0 1011110 110001 1110011 1011000 11011

Color Harmonies of #138208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138208

Black with #138208

Text Example


Text Example

White with #138208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138208; }

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

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

background-color css

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

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

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

border-color css

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

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

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