Html Css Color HEX #022914 Dark Green

📋 copy color: '#022914'

red 2 ◦ green 41 ◦ blue 20

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

Shades of Dark Green #022914

Tints of Dark Green #022914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 65.08%

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

R = 3.17%
G = 65.08%
B = 31.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#022914 (or 0x022914) is known color: Dark Green. HEX triplet: 02, 29 and 14. RGB value is (2,41,20). Sum of RGB (Red+Green+Blue) = 2+41+20=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 41 (16.41% from 255 or 65.08% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 41 - color contains mainly: green. Hex color #022914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022914 is #FDD6EB. Grayscale: #1A1A1A. Windows color (decimal): -16635628 or 1321218. OLE color: 1321218.

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

Color convert

RGB 2 41 20 -
CMYK 0.95 0 0.51 0.84
HSL 147.69º 0.91% 0.08% -
HSV(B) 147.69º 0.95% 0.16% -
XYZ 0.94 1.65 0.93 -
YUV 26.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 2 41 20 0.95 0 0.51 0.84 147.69 0.91 0.08
Hex 2 29 14 5F 0 33 54 94 5B 8
Octal 2 51 24 137 0 63 124 224 133 10
Binary 10 101001 10100 1011111 0 110011 1010100 10010100 1011011 1000

Color Harmonies of #022914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022914

Black with #022914

Text Example


Text Example

White with #022914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022914; }

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

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

background-color css

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

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

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

border-color css

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

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

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