Html Css Color HEX #129028 Forest Green

📋 copy color: '#129028'

red 18 ◦ green 144 ◦ blue 40

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

Shades of Forest Green #129028

Tints of Forest Green #129028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.8%

R = 8.91%
G = 71.29%
B = 19.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#129028 (or 0x129028) is known color: Forest Green. HEX triplet: 12, 90 and 28. RGB value is (18,144,40). Sum of RGB (Red+Green+Blue) = 18+144+40=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 144 (56.64% from 255 or 71.29% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 144 - color contains mainly: green. Hex color #129028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129028 is #ED6FD7. Grayscale: #5E5E5E. Windows color (decimal): -15560664 or 2658322. OLE color: 2658322.

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

Color convert

RGB 18 144 40 -
CMYK 0.88 0 0.72 0.44
HSL 130.48º 0.78% 0.32% -
HSV(B) 130.48º 0.88% 0.56% -
XYZ 10.61 20.23 5.35 -
YUV 94.47 97.26 73.46 -
System Red Green Blue C M Y K H S L
Decimal 18 144 40 0.88 0 0.72 0.44 130.48 0.78 0.32
Hex 12 90 28 58 0 48 2C 82 4E 20
Octal 22 220 50 130 0 110 54 202 116 40
Binary 10010 10010000 101000 1011000 0 1001000 101100 10000010 1001110 100000

Color Harmonies of #129028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129028

Black with #129028

Text Example


Text Example

White with #129028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129028; }

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

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

background-color css

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

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

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

border-color css

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

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

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