#02251B

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

Shades of Dark Green #02251B

Tints of Dark Green #02251B

Color information

#02251B (or 0x02251B) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 1B. RGB value is (2,37,27). Sum of RGB (Red+Green+Blue) = 2+37+27=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #02251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02251B is #FDDAE4. Grayscale: #191919. Windows color (decimal): -16636645 or 1778946. OLE color: 1778946.

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

Color convert

RGB23727-
CMYK0.9500.270.85
HSL162.86º89.74%7.65%-
HSV(B)162.86º94.59%14.51%-
XYZ0.881.421.26-
YUV25.39128.9111.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 37 (14.84% from 255) = 56.06%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=3.03%
G=56.06%
B=40.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237270.9500.270.85162.8689.747.65
Hex2251B5F01B55a35a8
Octal2453313703312524313210
Binary1010010111011101111101101110101011010001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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