#02251C

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

Shades of Dark Green #02251C

Tints of Dark Green #02251C

Color information

#02251C (or 0x02251C) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 1C. RGB value is (2,37,28). Sum of RGB (Red+Green+Blue) = 2+37+28=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #02251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02251C is #FDDAE3. Grayscale: #191919. Windows color (decimal): -16636644 or 1844482. OLE color: 1844482.

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

Color convert

RGB23728-
CMYK0.9500.240.85
HSL164.57º89.74%7.65%-
HSV(B)164.57º94.59%14.51%-
XYZ0.91.421.33-
YUV25.51129.4111.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.99%
GREEN value IS 37 (14.84% from 255) = 55.22%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=2.99%
G=55.22%
B=41.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237280.9500.240.85164.5789.747.65
Hex2251C5F01855a55a8
Octal2453413703012524513210
Binary1010010111100101111101100010101011010010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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