#022914

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

Shades of Dark Green #022914

Tints of Dark Green #022914

Color information

#022914 (or 0x022914) is unknown color: approx 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

RGB24120-
CMYK0.9500.510.84
HSL147.69º90.7%8.43%-
HSV(B)147.69º95.12%16.08%-
XYZ0.941.650.93-
YUV26.94124.08110.21-

RGB Variations

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

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.20% from 255) = 31.75%
R=3.17%
G=65.08%
B=31.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal241200.9500.510.84147.6990.78.43
Hex229145F03354945b8
Octal2512413706312422413310
Binary10101001101001011111011001110101001001010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>