Html Css Color HEX #129813 Forest Green

📋 copy color: '#129813'

red 18 ◦ green 152 ◦ blue 19

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

Shades of Forest Green #129813

Tints of Forest Green #129813

RGB

 RED value IS 18 (7.42% from 255) = 9.52%

 GREEN value IS 152 (59.77% from 255) = 80.42%

 BLUE value IS 19 (7.81% from 255) = 10.05%

R = 9.52%
G = 80.42%
B = 10.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#129813 (or 0x129813) is known color: Forest Green. HEX triplet: 12, 98 and 13. RGB value is (18,152,19). Sum of RGB (Red+Green+Blue) = 18+152+19=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 152 (59.77% from 255 or 80.42% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 152 - color contains mainly: green. Hex color #129813 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129813 is #ED67EC. Grayscale: #616161. Windows color (decimal): -15558637 or 1284114. OLE color: 1284114.

HSL color Cylindrical-coordinate representation of color #129813: hue angle of 120.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129813 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 152 19 -
CMYK 0.88 0 0.87 0.40
HSL 120.45º 0.79% 0.33% -
HSV(B) 120.45º 0.88% 0.6% -
XYZ 11.6 22.63 4.37 -
YUV 96.77 84.11 71.81 -
System Red Green Blue C M Y K H S L
Decimal 18 152 19 0.88 0 0.87 0.40 120.45 0.79 0.33
Hex 12 98 13 58 0 57 28 78 4F 21
Octal 22 230 23 130 0 127 50 170 117 41
Binary 10010 10011000 10011 1011000 0 1010111 101000 1111000 1001111 100001

Color Harmonies of #129813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129813

Black with #129813

Text Example


Text Example

White with #129813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129813; }

 p { color: rgb(18,152,19); }

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

background-color css

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

 a { background-color: rgb(18,152,19); }

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

border-color css

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

 span { border-color: rgb(18,152,19); }

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