Html Css Color HEX #129F1B Forest Green

📋 copy color: '#129F1B'

red 18 ◦ green 159 ◦ blue 27

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

Shades of Forest Green #129F1B

Tints of Forest Green #129F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.24%

R = 8.82%
G = 77.94%
B = 13.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#129F1B (or 0x129F1B) is known color: Forest Green. HEX triplet: 12, 9F and 1B. RGB value is (18,159,27). Sum of RGB (Red+Green+Blue) = 18+159+27=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 159 (62.5% from 255 or 77.94% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 159 - color contains mainly: green. Hex color #129F1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F1B is #ED60E4. Grayscale: #666666. Windows color (decimal): -15556837 or 1810194. OLE color: 1810194.

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

Color convert

RGB 18 159 27 -
CMYK 0.89 0 0.83 0.38
HSL 123.83º 0.8% 0.35% -
HSV(B) 123.83º 0.89% 0.62% -
XYZ 12.85 25 5.19 -
YUV 101.79 85.79 68.23 -
System Red Green Blue C M Y K H S L
Decimal 18 159 27 0.89 0 0.83 0.38 123.83 0.8 0.35
Hex 12 9F 1B 59 0 53 26 7C 50 23
Octal 22 237 33 131 0 123 46 174 120 43
Binary 10010 10011111 11011 1011001 0 1010011 100110 1111100 1010000 100011

Color Harmonies of #129F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F1B

Black with #129F1B

Text Example


Text Example

White with #129F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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