Html Css Color HEX #129031 Forest Green

📋 copy color: '#129031'

red 18 ◦ green 144 ◦ blue 49

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

Shades of Forest Green #129031

Tints of Forest Green #129031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 68.25%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 8.53%
G = 68.25%
B = 23.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#129031 (or 0x129031) is known color: Forest Green. HEX triplet: 12, 90 and 31. RGB value is (18,144,49). Sum of RGB (Red+Green+Blue) = 18+144+49=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 144 (56.64% from 255 or 68.25% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 144 - color contains mainly: green. Hex color #129031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129031 is #ED6FCE. Grayscale: #5F5F5F. Windows color (decimal): -15560655 or 3248146. OLE color: 3248146.

HSL color Cylindrical-coordinate representation of color #129031: hue angle of 134.76º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129031 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 49 -
CMYK 0.88 0 0.66 0.44
HSL 134.76º 0.78% 0.32% -
HSV(B) 134.76º 0.88% 0.56% -
XYZ 10.78 20.3 6.26 -
YUV 95.5 101.76 72.72 -
System Red Green Blue C M Y K H S L
Decimal 18 144 49 0.88 0 0.66 0.44 134.76 0.78 0.32
Hex 12 90 31 58 0 42 2C 87 4E 20
Octal 22 220 61 130 0 102 54 207 116 40
Binary 10010 10010000 110001 1011000 0 1000010 101100 10000111 1001110 100000

Color Harmonies of #129031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129031

Black with #129031

Text Example


Text Example

White with #129031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129031; }

 p { color: rgb(18,144,49); }

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

background-color css

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

 a { background-color: rgb(18,144,49); }

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

border-color css

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

 span { border-color: rgb(18,144,49); }

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