#02280C

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

Shades of Dark Green #02280C

Tints of Dark Green #02280C

Color information

#02280C (or 0x02280C) is unknown color: approx Dark Green. HEX triplet: 02, 28 and 0C. RGB value is (2,40,12). Sum of RGB (Red+Green+Blue) = 2+40+12=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 40 (16.02% from 255 or 74.07% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 40 - color contains mainly: green. Hex color #02280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02280C is #FDD7F3. Grayscale: #191919. Windows color (decimal): -16635892 or 796674. OLE color: 796674.

HSL color Cylindrical-coordinate representation of color #02280C: hue angle of 135.79º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02280C is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB24012-
CMYK0.9500.700.84
HSL135.79º90.48%8.24%-
HSV(B)135.79º95%15.69%-
XYZ0.851.560.6-
YUV25.45120.41111.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 40 (16.02% from 255) = 74.07%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=3.70%
G=74.07%
B=22.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal240120.9500.700.84135.7990.488.24
Hex228C5F04654885a8
Octal25014137010612421013210
Binary10101000110010111110100011010101001000100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02280C; }

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

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

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

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

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

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

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

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