#022E1E

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

Shades of Dark Green #022E1E

Tints of Dark Green #022E1E

Color information

#022E1E (or 0x022E1E) is unknown color: approx Dark Green. HEX triplet: 02, 2E and 1E. RGB value is (2,46,30). Sum of RGB (Red+Green+Blue) = 2+46+30=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 46 (18.36% from 255 or 58.97% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 46 - color contains mainly: green. Hex color #022E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E1E is #FDD1E1. Grayscale: #1F1F1F. Windows color (decimal): -16634338 or 1977858. OLE color: 1977858.

HSL color Cylindrical-coordinate representation of color #022E1E: hue angle of 158.18º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022E1E is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.

Color convert

RGB24630-
CMYK0.9600.350.82
HSL158.18º91.67%9.41%-
HSV(B)158.18º95.65%18.04%-
XYZ1.242.061.56-
YUV31.02127.42107.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 46 (18.36% from 255) = 58.97%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=2.56%
G=58.97%
B=38.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal246300.9600.350.82158.1891.679.41
Hex22E1E60023529e5c9
Octal2563614004312223613411
Binary10101110111101100000010001110100101001111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,46,30); }

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

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

 a { background-color: rgb(2,46,30); }

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

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

 span { border-color: rgb(2,46,30); }

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