#02291B

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

Shades of Dark Green #02291B

Tints of Dark Green #02291B

Color information

#02291B (or 0x02291B) is unknown color: approx Dark Green. HEX triplet: 02, 29 and 1B. RGB value is (2,41,27). Sum of RGB (Red+Green+Blue) = 2+41+27=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #02291B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02291B is #FDD6E4. Grayscale: #1B1B1B. Windows color (decimal): -16635621 or 1779970. OLE color: 1779970.

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

Color convert

RGB24127-
CMYK0.9500.340.84
HSL158.46º90.7%8.43%-
HSV(B)158.46º95.12%16.08%-
XYZ1.021.681.31-
YUV27.74127.58109.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 41 (16.41% from 255) = 58.57%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=2.86%
G=58.57%
B=38.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal241270.9500.340.84158.4690.78.43
Hex2291B5F022549e5b8
Octal2513313704212423613310
Binary10101001110111011111010001010101001001111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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