#02331C

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

Shades of Dark Green #02331C

Tints of Dark Green #02331C

Color information

#02331C (or 0x02331C) is unknown color: approx Dark Green. HEX triplet: 02, 33 and 1C. RGB value is (2,51,28). Sum of RGB (Red+Green+Blue) = 2+51+28=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #02331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02331C is #FDCCE3. Grayscale: #212121. Windows color (decimal): -16633060 or 1848066. OLE color: 1848066.

HSL color Cylindrical-coordinate representation of color #02331C: hue angle of 151.84º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02331C is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB25128-
CMYK0.9600.450.8
HSL151.84º92.45%10.39%-
HSV(B)151.84º96.08%20%-
XYZ1.422.461.5-
YUV33.73124.77105.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 51 (20.31% from 255) = 62.96%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=2.47%
G=62.96%
B=34.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal251280.9600.450.8151.8492.4510.39
Hex2331C6002D50985ca
Octal2633414005512023013412
Binary10110011111001100000010110110100001001100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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