#022613

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

Shades of Dark Green #022613

Tints of Dark Green #022613

Color information

#022613 (or 0x022613) is unknown color: approx Dark Green. HEX triplet: 02, 26 and 13. RGB value is (2,38,19). Sum of RGB (Red+Green+Blue) = 2+38+19=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #022613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022613 is #FDD9EC. Grayscale: #191919. Windows color (decimal): -16636397 or 1254914. OLE color: 1254914.

HSL color Cylindrical-coordinate representation of color #022613: hue angle of 148.33º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022613 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB23819-
CMYK0.9500.500.85
HSL148.33º90%7.84%-
HSV(B)148.33º94.74%14.9%-
XYZ0.841.450.85-
YUV25.07124.57111.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.39%
GREEN value IS 38 (15.23% from 255) = 64.41%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=3.39%
G=64.41%
B=32.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal238190.9500.500.85148.33907.84
Hex226135F03255945a8
Octal2462313706212522413210
Binary10100110100111011111011001010101011001010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022613; }

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

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

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

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

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

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

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

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