Html Css Color HEX #129021 Forest Green

📋 copy color: '#129021'

red 18 ◦ green 144 ◦ blue 33

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

Shades of Forest Green #129021

Tints of Forest Green #129021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.92%

R = 9.23%
G = 73.85%
B = 16.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#129021 (or 0x129021) is known color: Forest Green. HEX triplet: 12, 90 and 21. RGB value is (18,144,33). Sum of RGB (Red+Green+Blue) = 18+144+33=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 144 (56.64% from 255 or 73.85% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 144 - color contains mainly: green. Hex color #129021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129021 is #ED6FDE. Grayscale: #5D5D5D. Windows color (decimal): -15560671 or 2199570. OLE color: 2199570.

HSL color Cylindrical-coordinate representation of color #129021: hue angle of 127.14º 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 #129021 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 33 -
CMYK 0.88 0 0.77 0.44
HSL 127.14º 0.78% 0.32% -
HSV(B) 127.14º 0.88% 0.56% -
XYZ 10.5 20.18 4.78 -
YUV 93.67 93.76 74.03 -
System Red Green Blue C M Y K H S L
Decimal 18 144 33 0.88 0 0.77 0.44 127.14 0.78 0.32
Hex 12 90 21 58 0 4D 2C 7F 4E 20
Octal 22 220 41 130 0 115 54 177 116 40
Binary 10010 10010000 100001 1011000 0 1001101 101100 1111111 1001110 100000

Color Harmonies of #129021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129021

Black with #129021

Text Example


Text Example

White with #129021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129021; }

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

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

background-color css

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

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

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

border-color css

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

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

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