Html Css Color HEX #129F1E Forest Green

📋 copy color: '#129F1E'

red 18 ◦ green 159 ◦ blue 30

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

Shades of Forest Green #129F1E

Tints of Forest Green #129F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 8.7%
G = 76.81%
B = 14.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#129F1E (or 0x129F1E) is known color: Forest Green. HEX triplet: 12, 9F and 1E. RGB value is (18,159,30). Sum of RGB (Red+Green+Blue) = 18+159+30=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 159 (62.5% from 255 or 76.81% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 159 - color contains mainly: green. Hex color #129F1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F1E is #ED60E1. Grayscale: #666666. Windows color (decimal): -15556834 or 2006802. OLE color: 2006802.

HSL color Cylindrical-coordinate representation of color #129F1E: hue angle of 125.11º 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 #129F1E is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 159 30 -
CMYK 0.89 0 0.81 0.38
HSL 125.11º 0.8% 0.35% -
HSV(B) 125.11º 0.89% 0.62% -
XYZ 12.88 25.02 5.38 -
YUV 102.14 87.29 67.99 -
System Red Green Blue C M Y K H S L
Decimal 18 159 30 0.89 0 0.81 0.38 125.11 0.8 0.35
Hex 12 9F 1E 59 0 51 26 7D 50 23
Octal 22 237 36 131 0 121 46 175 120 43
Binary 10010 10011111 11110 1011001 0 1010001 100110 1111101 1010000 100011

Color Harmonies of #129F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F1E

Black with #129F1E

Text Example


Text Example

White with #129F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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