Html Css Color HEX #129F2D Forest Green

📋 copy color: '#129F2D'

red 18 ◦ green 159 ◦ blue 45

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

Shades of Forest Green #129F2D

Tints of Forest Green #129F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 8.11%
G = 71.62%
B = 20.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#129F2D (or 0x129F2D) is known color: Forest Green. HEX triplet: 12, 9F and 2D. RGB value is (18,159,45). Sum of RGB (Red+Green+Blue) = 18+159+45=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 159 (62.5% from 255 or 71.62% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 159 - color contains mainly: green. Hex color #129F2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F2D is #ED60D2. Grayscale: #686868. Windows color (decimal): -15556819 or 2989842. OLE color: 2989842.

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

Color convert

RGB 18 159 45 -
CMYK 0.89 0 0.72 0.38
HSL 131.49º 0.8% 0.35% -
HSV(B) 131.49º 0.89% 0.62% -
XYZ 13.12 25.11 6.64 -
YUV 103.85 94.79 66.77 -
System Red Green Blue C M Y K H S L
Decimal 18 159 45 0.89 0 0.72 0.38 131.49 0.8 0.35
Hex 12 9F 2D 59 0 48 26 83 50 23
Octal 22 237 55 131 0 110 46 203 120 43
Binary 10010 10011111 101101 1011001 0 1001000 100110 10000011 1010000 100011

Color Harmonies of #129F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F2D

Black with #129F2D

Text Example


Text Example

White with #129F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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