#02281C

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

Shades of Dark Green #02281C

Tints of Dark Green #02281C

Color information

#02281C (or 0x02281C) is unknown color: approx Dark Green. HEX triplet: 02, 28 and 1C. RGB value is (2,40,28). Sum of RGB (Red+Green+Blue) = 2+40+28=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #02281C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02281C is #FDD7E3. Grayscale: #1B1B1B. Windows color (decimal): -16635876 or 1845250. OLE color: 1845250.

HSL color Cylindrical-coordinate representation of color #02281C: hue angle of 161.05º 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 #02281C is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB24028-
CMYK0.9500.300.84
HSL161.05º90.48%8.24%-
HSV(B)161.05º95%15.69%-
XYZ0.991.611.36-
YUV27.27128.41109.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 40 (16.02% from 255) = 57.14%
BLUE value IS 28 (11.33% from 255) = 40%
R=2.86%
G=57.14%
B=40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal240280.9500.300.84161.0590.488.24
Hex2281C5F01E54a15a8
Octal2503413703612424113210
Binary1010100011100101111101111010101001010000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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