#022B1E

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

Shades of Dark Green #022B1E

Tints of Dark Green #022B1E

Color information

#022B1E (or 0x022B1E) is unknown color: approx Dark Green. HEX triplet: 02, 2B and 1E. RGB value is (2,43,30). Sum of RGB (Red+Green+Blue) = 2+43+30=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 43 (17.19% from 255 or 57.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 43 - color contains mainly: green. Hex color #022B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B1E is #FDD4E1. Grayscale: #1D1D1D. Windows color (decimal): -16635106 or 1977090. OLE color: 1977090.

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

Color convert

RGB24330-
CMYK0.9500.300.83
HSL160.98º91.11%8.82%-
HSV(B)160.98º95.35%16.86%-
XYZ1.121.831.52-
YUV29.26128.42108.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 43 (17.19% from 255) = 57.33%
BLUE value IS 30 (12.11% from 255) = 40%
R=2.67%
G=57.33%
B=40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal243300.9500.300.83160.9891.118.82
Hex22B1E5F01E53a15b9
Octal2533613703612324113311
Binary1010101111110101111101111010100111010000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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