#02311A

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

Shades of Dark Green #02311A

Tints of Dark Green #02311A

Color information

#02311A (or 0x02311A) is unknown color: approx Dark Green. HEX triplet: 02, 31 and 1A. RGB value is (2,49,26). Sum of RGB (Red+Green+Blue) = 2+49+26=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #02311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02311A is #FDCEE5. Grayscale: #202020. Windows color (decimal): -16633574 or 1716482. OLE color: 1716482.

HSL color Cylindrical-coordinate representation of color #02311A: hue angle of 150.64º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02311A is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB24926-
CMYK0.9600.470.81
HSL150.64º92.16%10%-
HSV(B)150.64º95.92%19.22%-
XYZ1.312.281.35-
YUV32.32124.43106.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 49 (19.53% from 255) = 63.64%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=2.60%
G=63.64%
B=33.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249260.9600.470.81150.6492.1610
Hex2311A6002F51975ca
Octal2613214005712122713412
Binary10110001110101100000010111110100011001011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02311A; }

 p { color: rgb(2,49,26); }

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

<style>
 a { background-color: #02311A; }

 a { background-color: rgb(2,49,26); }

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

<style>
 span { border-color: #02311A; }

 span { border-color: rgb(2,49,26); }

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