#02321A

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

Shades of Dark Green #02321A

Tints of Dark Green #02321A

Color information

#02321A (or 0x02321A) is unknown color: approx Dark Green. HEX triplet: 02, 32 and 1A. RGB value is (2,50,26). Sum of RGB (Red+Green+Blue) = 2+50+26=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #02321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02321A is #FDCDE5. Grayscale: #202020. Windows color (decimal): -16633318 or 1716738. OLE color: 1716738.

HSL color Cylindrical-coordinate representation of color #02321A: hue angle of 150º 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 #02321A is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB25026-
CMYK0.9600.480.80
HSL150º92.31%10.2%-
HSV(B)150º96%19.61%-
XYZ1.352.371.36-
YUV32.91124.1105.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 50 (19.92% from 255) = 64.10%
BLUE value IS 26 (10.55% from 255) = 33.33%
R=2.56%
G=64.10%
B=33.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal250260.9600.480.8015092.3110.2
Hex2321A6003050965ca
Octal2623214006012022613412
Binary10110010110101100000011000010100001001011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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