Html Css Color HEX #129E2D Forest Green

📋 copy color: '#129E2D'

red 18 ◦ green 158 ◦ blue 45

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

Shades of Forest Green #129E2D

Tints of Forest Green #129E2D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 71.49%

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

R = 8.14%
G = 71.49%
B = 20.36%

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

#129E2D (or 0x129E2D) is known color: Forest Green. HEX triplet: 12, 9E and 2D. RGB value is (18,158,45). Sum of RGB (Red+Green+Blue) = 18+158+45=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 158 (62.11% from 255 or 71.49% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 158 - color contains mainly: green. Hex color #129E2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E2D is #ED61D2. Grayscale: #676767. Windows color (decimal): -15557075 or 2989586. OLE color: 2989586.

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

Color convert

RGB 18 158 45 -
CMYK 0.89 0 0.72 0.38
HSL 131.57º 0.8% 0.35% -
HSV(B) 131.57º 0.89% 0.62% -
XYZ 12.95 24.77 6.58 -
YUV 103.26 95.12 67.19 -
System Red Green Blue C M Y K H S L
Decimal 18 158 45 0.89 0 0.72 0.38 131.57 0.8 0.35
Hex 12 9E 2D 59 0 48 26 84 50 23
Octal 22 236 55 131 0 110 46 204 120 43
Binary 10010 10011110 101101 1011001 0 1001000 100110 10000100 1010000 100011

Color Harmonies of #129E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129E2D

Black with #129E2D

Text Example


Text Example

White with #129E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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