Html Css Color HEX #129F19 Forest Green

📋 copy color: '#129F19'

red 18 ◦ green 159 ◦ blue 25

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

Shades of Forest Green #129F19

Tints of Forest Green #129F19

RGB

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

 GREEN value IS 159 (62.5% from 255) = 78.71%

 BLUE value IS 25 (10.16% from 255) = 12.38%

R = 8.91%
G = 78.71%
B = 12.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#129F19 (or 0x129F19) is known color: Forest Green. HEX triplet: 12, 9F and 19. RGB value is (18,159,25). Sum of RGB (Red+Green+Blue) = 18+159+25=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 159 (62.5% from 255 or 78.71% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 159 - color contains mainly: green. Hex color #129F19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129F19 is #ED60E6. Grayscale: #656565. Windows color (decimal): -15556839 or 1679122. OLE color: 1679122.

HSL color Cylindrical-coordinate representation of color #129F19: hue angle of 122.98º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F19 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 159 25 -
CMYK 0.89 0 0.84 0.38
HSL 122.98º 0.8% 0.35% -
HSV(B) 122.98º 0.89% 0.62% -
XYZ 12.82 25 5.07 -
YUV 101.57 84.79 68.4 -
System Red Green Blue C M Y K H S L
Decimal 18 159 25 0.89 0 0.84 0.38 122.98 0.8 0.35
Hex 12 9F 19 59 0 54 26 7B 50 23
Octal 22 237 31 131 0 124 46 173 120 43
Binary 10010 10011111 11001 1011001 0 1010100 100110 1111011 1010000 100011

Color Harmonies of #129F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F19

Black with #129F19

Text Example


Text Example

White with #129F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129F19; }

 p { color: rgb(18,159,25); }

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

background-color css

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

 a { background-color: rgb(18,159,25); }

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

border-color css

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

 span { border-color: rgb(18,159,25); }

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