Html Css Color HEX #138008 Green

📋 copy color: '#138008'

red 19 ◦ green 128 ◦ blue 8

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

Shades of Green #138008

Tints of Green #138008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 82.58%

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

R = 12.26%
G = 82.58%
B = 5.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#138008 (or 0x138008) is known color: Green. HEX triplet: 13, 80 and 08. RGB value is (19,128,8). Sum of RGB (Red+Green+Blue) = 19+128+8=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 128 (50.39% from 255 or 82.58% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 128 - color contains mainly: green. Hex color #138008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138008 is #EC7FF7. Grayscale: #525252. Windows color (decimal): -15499256 or 557075. OLE color: 557075.

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

Color convert

RGB 19 128 8 -
CMYK 0.85 0 0.94 0.50
HSL 114.5º 0.88% 0.27% -
HSV(B) 114.5º 0.94% 0.5% -
XYZ 8.03 15.59 2.82 -
YUV 81.73 86.39 83.26 -
System Red Green Blue C M Y K H S L
Decimal 19 128 8 0.85 0 0.94 0.50 114.5 0.88 0.27
Hex 13 80 8 55 0 5E 32 72 58 1B
Octal 23 200 10 125 0 136 62 162 130 33
Binary 10011 10000000 1000 1010101 0 1011110 110010 1110010 1011000 11011

Color Harmonies of #138008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138008

Black with #138008

Text Example


Text Example

White with #138008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138008; }

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

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

background-color css

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

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

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

border-color css

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

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

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