#02281F

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

Shades of Dark Green #02281F

Tints of Dark Green #02281F

Color information

#02281F (or 0x02281F) is unknown color: approx Dark Green. HEX triplet: 02, 28 and 1F. RGB value is (2,40,31). Sum of RGB (Red+Green+Blue) = 2+40+31=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #02281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02281F is #FDD7E0. Grayscale: #1B1B1B. Windows color (decimal): -16635873 or 2041858. OLE color: 2041858.

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

Color convert

RGB24031-
CMYK0.9500.220.84
HSL165.79º90.48%8.24%-
HSV(B)165.79º95%15.69%-
XYZ1.031.631.56-
YUV27.61129.91109.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 40 (16.02% from 255) = 54.79%
BLUE value IS 31 (12.5% from 255) = 42.47%
R=2.74%
G=54.79%
B=42.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal240310.9500.220.84165.7990.488.24
Hex2281F5F01654a65a8
Octal2503713702612424613210
Binary1010100011111101111101011010101001010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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