#02251E

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

Shades of Dark Green #02251E

Tints of Dark Green #02251E

Color information

#02251E (or 0x02251E) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 1E. RGB value is (2,37,30). Sum of RGB (Red+Green+Blue) = 2+37+30=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #02251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02251E is #FDDAE1. Grayscale: #191919. Windows color (decimal): -16636642 or 1975554. OLE color: 1975554.

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

Color convert

RGB23730-
CMYK0.9500.190.85
HSL168º89.74%7.65%-
HSV(B)168º94.59%14.51%-
XYZ0.921.431.46-
YUV25.74130.4111.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 37 (14.84% from 255) = 53.62%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=2.90%
G=53.62%
B=43.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237300.9500.190.8516889.747.65
Hex2251E5F01355a85a8
Octal2453613702312525013210
Binary1010010111110101111101001110101011010100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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