Html Css Color HEX #022813 Dark Green

📋 copy color: '#022813'

red 2 ◦ green 40 ◦ blue 19

#022813
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #022813

Tints of Dark Green #022813

RGB

 RED value IS 2 (1.17% from 255) = 3.28%

 GREEN value IS 40 (16.02% from 255) = 65.57%

 BLUE value IS 19 (7.81% from 255) = 31.15%

R = 3.28%
G = 65.57%
B = 31.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#022813 (or 0x022813) is known color: Dark Green. HEX triplet: 02, 28 and 13. RGB value is (2,40,19). Sum of RGB (Red+Green+Blue) = 2+40+19=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #022813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022813 is #FDD7EC. Grayscale: #1A1A1A. Windows color (decimal): -16635885 or 1255426. OLE color: 1255426.

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

Color convert

RGB 2 40 19 -
CMYK 0.95 0 0.52 0.84
HSL 146.84º 0.9% 0.08% -
HSV(B) 146.84º 0.95% 0.16% -
XYZ 0.9 1.58 0.87 -
YUV 26.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 2 40 19 0.95 0 0.52 0.84 146.84 0.9 0.08
Hex 2 28 13 5F 0 34 54 93 5A 8
Octal 2 50 23 137 0 64 124 223 132 10
Binary 10 101000 10011 1011111 0 110100 1010100 10010011 1011010 1000

Color Harmonies of #022813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022813

Black with #022813

Text Example


Text Example

White with #022813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022813; }

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

 H1.HeaderClassName
 {
   color: #022813;
 }
 .AnyTagClassName
 {
   color: #022813;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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