Html Css Color HEX #022814 Dark Green

📋 copy color: '#022814'

red 2 ◦ green 40 ◦ blue 20

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

Shades of Dark Green #022814

Tints of Dark Green #022814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 32.26%

R = 3.23%
G = 64.52%
B = 32.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#022814 (or 0x022814) is known color: Dark Green. HEX triplet: 02, 28 and 14. RGB value is (2,40,20). Sum of RGB (Red+Green+Blue) = 2+40+20=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #022814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022814 is #FDD7EB. Grayscale: #1A1A1A. Windows color (decimal): -16635884 or 1320962. OLE color: 1320962.

HSL color Cylindrical-coordinate representation of color #022814: hue angle of 148.42º 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 #022814 is Cyan = 0.95, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 40 20 -
CMYK 0.95 0 0.5 0.84
HSL 148.42º 0.9% 0.08% -
HSV(B) 148.42º 0.95% 0.16% -
XYZ 0.91 1.58 0.92 -
YUV 26.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 2 40 20 0.95 0 0.5 0.84 148.42 0.9 0.08
Hex 2 28 14 5F 0 32 54 94 5A 8
Octal 2 50 24 137 0 62 124 224 132 10
Binary 10 101000 10100 1011111 0 110010 1010100 10010100 1011010 1000

Color Harmonies of #022814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022814

Black with #022814

Text Example


Text Example

White with #022814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022814; }

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

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

background-color css

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

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

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

border-color css

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

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

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