#022F1F

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

Shades of Dark Green #022F1F

Tints of Dark Green #022F1F

Color information

#022F1F (or 0x022F1F) is unknown color: approx Dark Green. HEX triplet: 02, 2F and 1F. RGB value is (2,47,31). Sum of RGB (Red+Green+Blue) = 2+47+31=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 47 (18.75% from 255 or 58.75% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 47 - color contains mainly: green. Hex color #022F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F1F is #FDD0E0. Grayscale: #1F1F1F. Windows color (decimal): -16634081 or 2043650. OLE color: 2043650.

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

Color convert

RGB24731-
CMYK0.9600.340.82
HSL158.67º91.84%9.61%-
HSV(B)158.67º95.74%18.43%-
XYZ1.292.141.64-
YUV31.72127.59106.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 47 (18.75% from 255) = 58.75%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=2.5%
G=58.75%
B=38.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal247310.9600.340.82158.6791.849.61
Hex22F1F60022529f5ca
Octal2573714004212223713412
Binary10101111111111100000010001010100101001111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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