#02251F

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

Shades of Dark Green #02251F

Tints of Dark Green #02251F

Color information

#02251F (or 0x02251F) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 1F. RGB value is (2,37,31). Sum of RGB (Red+Green+Blue) = 2+37+31=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #02251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02251F is #FDDAE0. Grayscale: #191919. Windows color (decimal): -16636641 or 2041090. OLE color: 2041090.

HSL color Cylindrical-coordinate representation of color #02251F: hue angle of 169.71º 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 #02251F is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB23731-
CMYK0.9500.160.85
HSL169.71º89.74%7.65%-
HSV(B)169.71º94.59%14.51%-
XYZ0.931.431.52-
YUV25.85130.9110.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 37 (14.84% from 255) = 52.86%
BLUE value IS 31 (12.5% from 255) = 44.29%
R=2.86%
G=52.86%
B=44.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237310.9500.160.85169.7189.747.65
Hex2251F5F01055aa5a8
Octal2453713702012525213210
Binary1010010111111101111101000010101011010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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