Html Css Color HEX #138209 Green

📋 copy color: '#138209'

red 19 ◦ green 130 ◦ blue 9

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

Shades of Green #138209

Tints of Green #138209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.7%

R = 12.03%
G = 82.28%
B = 5.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#138209 (or 0x138209) is known color: Green. HEX triplet: 13, 82 and 09. RGB value is (19,130,9). Sum of RGB (Red+Green+Blue) = 19+130+9=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 130 (51.17% from 255 or 82.28% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 130 - color contains mainly: green. Hex color #138209 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138209 is #EC7DF6. Grayscale: #535353. Windows color (decimal): -15498743 or 623123. OLE color: 623123.

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

Color convert

RGB 19 130 9 -
CMYK 0.85 0 0.93 0.49
HSL 115.04º 0.87% 0.27% -
HSV(B) 115.04º 0.93% 0.51% -
XYZ 8.3 16.12 2.93 -
YUV 83.02 86.23 82.34 -
System Red Green Blue C M Y K H S L
Decimal 19 130 9 0.85 0 0.93 0.49 115.04 0.87 0.27
Hex 13 82 9 55 0 5D 31 73 57 1B
Octal 23 202 11 125 0 135 61 163 127 33
Binary 10011 10000010 1001 1010101 0 1011101 110001 1110011 1010111 11011

Color Harmonies of #138209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138209

Black with #138209

Text Example


Text Example

White with #138209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138209; }

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

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

background-color css

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

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

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

border-color css

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

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

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