#028C0C

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

Shades of Green #028C0C

Tints of Green #028C0C

Color information

#028C0C (or 0x028C0C) is unknown color: approx Green. HEX triplet: 02, 8C and 0C. RGB value is (2,140,12). Sum of RGB (Red+Green+Blue) = 2+140+12=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 140 (55.08% from 255 or 90.91% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 140 - color contains mainly: green. Hex color #028C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028C0C is #FD73F3. Grayscale: #545454. Windows color (decimal): -16610292 or 822274. OLE color: 822274.

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

Color convert

RGB214012-
CMYK0.9900.910.45
HSL124.35º97.18%27.84%-
HSV(B)124.35º98.57%54.9%-
XYZ9.4718.83.48-
YUV84.1587.2869.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 140 (55.08% from 255) = 90.91%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=1.30%
G=90.91%
B=7.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2140120.9900.910.45124.3597.1827.84
Hex28CC6305B2D7c611c
Octal22141414301335517414134
Binary101000110011001100011010110111011011111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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