#02281B

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

Shades of Dark Green #02281B

Tints of Dark Green #02281B

Color information

#02281B (or 0x02281B) is unknown color: approx Dark Green. HEX triplet: 02, 28 and 1B. RGB value is (2,40,27). Sum of RGB (Red+Green+Blue) = 2+40+27=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 40 (16.02% from 255 or 57.97% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 40 - color contains mainly: green. Hex color #02281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02281B is #FDD7E4. Grayscale: #1B1B1B. Windows color (decimal): -16635877 or 1779714. OLE color: 1779714.

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

Color convert

RGB24027-
CMYK0.9500.330.84
HSL159.47º90.48%8.24%-
HSV(B)159.47º95%15.69%-
XYZ0.981.611.3-
YUV27.16127.91110.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 40 (16.02% from 255) = 57.97%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=2.90%
G=57.97%
B=39.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal240270.9500.330.84159.4790.488.24
Hex2281B5F021549f5a8
Octal2503313704112423713210
Binary10101000110111011111010000110101001001111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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