Html Css Color HEX #129D2D Forest Green

📋 copy color: '#129D2D'

red 18 ◦ green 157 ◦ blue 45

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

Shades of Forest Green #129D2D

Tints of Forest Green #129D2D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 71.36%

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

R = 8.18%
G = 71.36%
B = 20.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#129D2D (or 0x129D2D) is known color: Forest Green. HEX triplet: 12, 9D and 2D. RGB value is (18,157,45). Sum of RGB (Red+Green+Blue) = 18+157+45=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 157 (61.72% from 255 or 71.36% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 157 - color contains mainly: green. Hex color #129D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D2D is #ED62D2. Grayscale: #666666. Windows color (decimal): -15557331 or 2989330. OLE color: 2989330.

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

Color convert

RGB 18 157 45 -
CMYK 0.89 0 0.71 0.38
HSL 131.65º 0.79% 0.34% -
HSV(B) 131.65º 0.89% 0.62% -
XYZ 12.78 24.43 6.52 -
YUV 102.67 95.45 67.61 -
System Red Green Blue C M Y K H S L
Decimal 18 157 45 0.89 0 0.71 0.38 131.65 0.79 0.34
Hex 12 9D 2D 59 0 47 26 84 4F 22
Octal 22 235 55 131 0 107 46 204 117 42
Binary 10010 10011101 101101 1011001 0 1000111 100110 10000100 1001111 100010

Color Harmonies of #129D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D2D

Black with #129D2D

Text Example


Text Example

White with #129D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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