#02331F

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

Shades of Dark Green #02331F

Tints of Dark Green #02331F

Color information

#02331F (or 0x02331F) is unknown color: approx Dark Green. HEX triplet: 02, 33 and 1F. RGB value is (2,51,31). Sum of RGB (Red+Green+Blue) = 2+51+31=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #02331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02331F is #FDCCE0. Grayscale: #222222. Windows color (decimal): -16633057 or 2044674. OLE color: 2044674.

HSL color Cylindrical-coordinate representation of color #02331F: hue angle of 155.51º 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 #02331F is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB25131-
CMYK0.9600.390.8
HSL155.51º92.45%10.39%-
HSV(B)155.51º96.08%20%-
XYZ1.462.481.7-
YUV34.07126.27105.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 51 (20.31% from 255) = 60.71%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=2.38%
G=60.71%
B=36.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal251310.9600.390.8155.5192.4510.39
Hex2331F60027509c5ca
Octal2633714004712023413412
Binary10110011111111100000010011110100001001110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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