#022A0E

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

Shades of Dark Green #022A0E

Tints of Dark Green #022A0E

Color information

#022A0E (or 0x022A0E) is unknown color: approx Dark Green. HEX triplet: 02, 2A and 0E. RGB value is (2,42,14). Sum of RGB (Red+Green+Blue) = 2+42+14=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 42 (16.80% from 255 or 72.41% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 42 - color contains mainly: green. Hex color #022A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022A0E is #FDD5F1. Grayscale: #1A1A1A. Windows color (decimal): -16635378 or 928258. OLE color: 928258.

HSL color Cylindrical-coordinate representation of color #022A0E: hue angle of 138º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022A0E is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB24214-
CMYK0.9500.670.84
HSL138º90.91%8.63%-
HSV(B)138º95.24%16.47%-
XYZ0.931.70.69-
YUV26.85120.75110.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 42 (16.80% from 255) = 72.41%
BLUE value IS 14 (5.86% from 255) = 24.14%
R=3.45%
G=72.41%
B=24.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal242140.9500.670.8413890.918.63
Hex22AE5F043548a5b9
Octal25216137010312421213311
Binary10101010111010111110100001110101001000101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022A0E; }

 p { color: rgb(2,42,14); }

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

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

 a { background-color: rgb(2,42,14); }

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

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

 span { border-color: rgb(2,42,14); }

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