#028B12

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

Shades of Green #028B12

Tints of Green #028B12

Color information

#028B12 (or 0x028B12) is unknown color: approx Green. HEX triplet: 02, 8B and 12. RGB value is (2,139,18). Sum of RGB (Red+Green+Blue) = 2+139+18=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 139 (54.69% from 255 or 87.42% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 139 - color contains mainly: green. Hex color #028B12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028B12 is #FD74ED. Grayscale: #545454. Windows color (decimal): -16610542 or 1215234. OLE color: 1215234.

HSL color Cylindrical-coordinate representation of color #028B12: hue angle of 127.01º 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 #028B12 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB213918-
CMYK0.9900.870.45
HSL127.01º97.16%27.65%-
HSV(B)127.01º98.56%54.51%-
XYZ9.3718.523.65-
YUV84.2490.6169.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 139 (54.69% from 255) = 87.42%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=1.26%
G=87.42%
B=11.32%

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
Decimal2139180.9900.870.45127.0197.1627.65
Hex28B12630572D7f611c
Octal22132214301275517714134
Binary1010001011100101100011010101111011011111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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