#022A1F

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

Shades of Dark Green #022A1F

Tints of Dark Green #022A1F

Color information

#022A1F (or 0x022A1F) is unknown color: approx Dark Green. HEX triplet: 02, 2A and 1F. RGB value is (2,42,31). Sum of RGB (Red+Green+Blue) = 2+42+31=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 42 (16.80% from 255 or 56% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 42 - color contains mainly: green. Hex color #022A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A1F is #FDD5E0. Grayscale: #1C1C1C. Windows color (decimal): -16635361 or 2042370. OLE color: 2042370.

HSL color Cylindrical-coordinate representation of color #022A1F: hue angle of 163.5º 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 #022A1F is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.

Color convert

RGB24231-
CMYK0.9500.260.84
HSL163.5º90.91%8.63%-
HSV(B)163.5º95.24%16.47%-
XYZ1.11.771.58-
YUV28.79129.25108.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 42 (16.80% from 255) = 56%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=2.67%
G=56%
B=41.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal242310.9500.260.84163.590.918.63
Hex22A1F5F01A54a45b9
Octal2523713703212424413311
Binary1010101011111101111101101010101001010010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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