Html Css Color HEX #129E2F Forest Green

📋 copy color: '#129E2F'

red 18 ◦ green 158 ◦ blue 47

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

Shades of Forest Green #129E2F

Tints of Forest Green #129E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 8.07%
G = 70.85%
B = 21.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#129E2F (or 0x129E2F) is known color: Forest Green. HEX triplet: 12, 9E and 2F. RGB value is (18,158,47). Sum of RGB (Red+Green+Blue) = 18+158+47=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 158 (62.11% from 255 or 70.85% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 158 - color contains mainly: green. Hex color #129E2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E2F is #ED61D0. Grayscale: #676767. Windows color (decimal): -15557073 or 3120658. OLE color: 3120658.

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

Color convert

RGB 18 158 47 -
CMYK 0.89 0 0.70 0.38
HSL 132.43º 0.8% 0.35% -
HSV(B) 132.43º 0.89% 0.62% -
XYZ 12.99 24.79 6.79 -
YUV 103.49 96.12 67.03 -
System Red Green Blue C M Y K H S L
Decimal 18 158 47 0.89 0 0.70 0.38 132.43 0.8 0.35
Hex 12 9E 2F 59 0 46 26 84 50 23
Octal 22 236 57 131 0 106 46 204 120 43
Binary 10010 10011110 101111 1011001 0 1000110 100110 10000100 1010000 100011

Color Harmonies of #129E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129E2F

Black with #129E2F

Text Example


Text Example

White with #129E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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