#022313

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

Shades of Dark Green #022313

Tints of Dark Green #022313

Color information

#022313 (or 0x022313) is unknown color: approx Dark Green. HEX triplet: 02, 23 and 13. RGB value is (2,35,19). Sum of RGB (Red+Green+Blue) = 2+35+19=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #022313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022313 is #FDDCEC. Grayscale: #171717. Windows color (decimal): -16637165 or 1254146. OLE color: 1254146.

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

Color convert

RGB23519-
CMYK0.9400.460.86
HSL150.91º89.19%7.25%-
HSV(B)150.91º94.29%13.73%-
XYZ0.741.260.82-
YUV23.31125.57112.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.57%
GREEN value IS 35 (14.06% from 255) = 62.5%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=3.57%
G=62.5%
B=33.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal235190.9400.460.86150.9189.197.25
Hex223135E02E5697597
Octal243231360561262271317
Binary1010001110011101111001011101010110100101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022313; }

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

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

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

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

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

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

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

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