#02231D

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

Shades of Dark Green #02231D

Tints of Dark Green #02231D

Color information

#02231D (or 0x02231D) is unknown color: approx Dark Green. HEX triplet: 02, 23 and 1D. RGB value is (2,35,29). Sum of RGB (Red+Green+Blue) = 2+35+29=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #02231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02231D is #FDDCE2. Grayscale: #181818. Windows color (decimal): -16637155 or 1909506. OLE color: 1909506.

HSL color Cylindrical-coordinate representation of color #02231D: hue angle of 169.09º 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 #02231D is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB23529-
CMYK0.9400.170.86
HSL169.09º89.19%7.25%-
HSV(B)169.09º94.29%13.73%-
XYZ0.851.31.37-
YUV24.45130.57111.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 35 (14.06% from 255) = 53.03%
BLUE value IS 29 (11.72% from 255) = 43.94%
R=3.03%
G=53.03%
B=43.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal235290.9400.170.86169.0989.197.25
Hex2231D5E01156a9597
Octal243351360211262511317
Binary101000111110110111100100011010110101010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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