Html Css Color HEX #28A010 Forest Green

📋 copy color: '#28A010'

red 40 ◦ green 160 ◦ blue 16

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

Shades of Forest Green #28A010

Tints of Forest Green #28A010

RGB

 RED value IS 40 (16.02% from 255) = 18.52%

 GREEN value IS 160 (62.89% from 255) = 74.07%

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 18.52%
G = 74.07%
B = 7.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#28A010 (or 0x28A010) is known color: Forest Green. HEX triplet: 28, A0 and 10. RGB value is (40,160,16). Sum of RGB (Red+Green+Blue) = 40+160+16=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 160 (62.89% from 255 or 74.07% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 160 - color contains mainly: green. Hex color #28A010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28A010 is #D75FEF. Grayscale: #6C6C6C. Windows color (decimal): -14114800 or 1089576. OLE color: 1089576.

HSL color Cylindrical-coordinate representation of color #28A010: hue angle of 110º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28A010 is Cyan = 0.75, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 160 16 -
CMYK 0.75 0 0.9 0.37
HSL 110º 0.82% 0.35% -
HSV(B) 110º 0.9% 0.63% -
XYZ 13.54 25.63 4.72 -
YUV 107.7 76.24 79.71 -
System Red Green Blue C M Y K H S L
Decimal 40 160 16 0.75 0 0.9 0.37 110 0.82 0.35
Hex 28 A0 10 4B 0 5A 25 6E 52 23
Octal 50 240 20 113 0 132 45 156 122 43
Binary 101000 10100000 10000 1001011 0 1011010 100101 1101110 1010010 100011

Color Harmonies of #28A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A010

Black with #28A010

Text Example


Text Example

White with #28A010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28A010; }

 p { color: rgb(40,160,16); }

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

background-color css

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

 a { background-color: rgb(40,160,16); }

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

border-color css

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

 span { border-color: rgb(40,160,16); }

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