#02231C

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

Shades of Dark Green #02231C

Tints of Dark Green #02231C

Color information

#02231C (or 0x02231C) is unknown color: approx Dark Green. HEX triplet: 02, 23 and 1C. RGB value is (2,35,28). Sum of RGB (Red+Green+Blue) = 2+35+28=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 35 (14.06% from 255 or 53.85% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 35 - color contains mainly: green. Hex color #02231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02231C is #FDDCE3. Grayscale: #181818. Windows color (decimal): -16637156 or 1843970. OLE color: 1843970.

HSL color Cylindrical-coordinate representation of color #02231C: hue angle of 167.27º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02231C is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB23528-
CMYK0.9400.200.86
HSL167.27º89.19%7.25%-
HSV(B)167.27º94.29%13.73%-
XYZ0.841.31.31-
YUV24.33130.07112.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 35 (14.06% from 255) = 53.85%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=3.08%
G=53.85%
B=43.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal235280.9400.200.86167.2789.197.25
Hex2231C5E01456a7597
Octal243341360241262471317
Binary101000111110010111100101001010110101001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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