#028C12

Color #028C12 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #028C12

Tints of Green #028C12

Color information

#028C12 (or 0x028C12) is unknown color: approx Green. HEX triplet: 02, 8C and 12. RGB value is (2,140,18). Sum of RGB (Red+Green+Blue) = 2+140+18=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 140 (55.08% from 255 or 87.5% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 140 - color contains mainly: green. Hex color #028C12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028C12 is #FD73ED. Grayscale: #555555. Windows color (decimal): -16610286 or 1215490. OLE color: 1215490.

HSL color Cylindrical-coordinate representation of color #028C12: hue angle of 126.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028C12 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB214018-
CMYK0.9900.870.45
HSL126.96º97.18%27.84%-
HSV(B)126.96º98.57%54.9%-
XYZ9.5118.813.7-
YUV84.8390.2868.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 140 (55.08% from 255) = 87.5%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=1.25%
G=87.5%
B=11.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2140180.9900.870.45126.9697.1827.84
Hex28C12630572D7f611c
Octal22142214301275517714134
Binary1010001100100101100011010101111011011111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028C12; }

 p { color: rgb(2,140,18); }

 H1.HeaderClassName
 {
   color: #028C12;
 }
 .AnyTagClassName
 {
   color: #028C12;
 }
</style>
background-color css

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

 a { background-color: rgb(2,140,18); }

 div.DivClassName
 {
   background-color: #028C12;
 }
 .BgClassName
 {
   background-color: #028C12;
 }
</style>
border-color css

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

 span { border-color: rgb(2,140,18); }

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