#022E1A

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

Shades of Dark Green #022E1A

Tints of Dark Green #022E1A

Color information

#022E1A (or 0x022E1A) is unknown color: approx Dark Green. HEX triplet: 02, 2E and 1A. RGB value is (2,46,26). Sum of RGB (Red+Green+Blue) = 2+46+26=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 46 (18.36% from 255 or 62.16% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 46 - color contains mainly: green. Hex color #022E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E1A is #FDD1E5. Grayscale: #1E1E1E. Windows color (decimal): -16634342 or 1715714. OLE color: 1715714.

HSL color Cylindrical-coordinate representation of color #022E1A: hue angle of 152.73º 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 #022E1A is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB24626-
CMYK0.9600.430.82
HSL152.73º91.67%9.41%-
HSV(B)152.73º95.65%18.04%-
XYZ1.192.041.31-
YUV30.56125.42107.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 46 (18.36% from 255) = 62.16%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=2.70%
G=62.16%
B=35.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal246260.9600.430.82152.7391.679.41
Hex22E1A6002B52995c9
Octal2563214005312223113411
Binary10101110110101100000010101110100101001100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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