#02251D

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

Shades of Dark Green #02251D

Tints of Dark Green #02251D

Color information

#02251D (or 0x02251D) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 1D. RGB value is (2,37,29). Sum of RGB (Red+Green+Blue) = 2+37+29=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #02251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02251D is #FDDAE2. Grayscale: #191919. Windows color (decimal): -16636643 or 1910018. OLE color: 1910018.

HSL color Cylindrical-coordinate representation of color #02251D: hue angle of 166.29º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02251D is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB23729-
CMYK0.9500.220.85
HSL166.29º89.74%7.65%-
HSV(B)166.29º94.59%14.51%-
XYZ0.911.421.39-
YUV25.62129.9111.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 37 (14.84% from 255) = 54.41%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=2.94%
G=54.41%
B=42.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237290.9500.220.85166.2989.747.65
Hex2251D5F01655a65a8
Octal2453513702612524613210
Binary1010010111101101111101011010101011010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02251D; }

 p { color: rgb(2,37,29); }

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

<style>
 a { background-color: #02251D; }

 a { background-color: rgb(2,37,29); }

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

<style>
 span { border-color: #02251D; }

 span { border-color: rgb(2,37,29); }

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