#222F21

Color #222F21 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #222F21

Tints of Myrtle #222F21

Color information

#222F21 (or 0x222F21) is unknown color: approx Myrtle. HEX triplet: 22, 2F and 21. RGB value is (34,47,33). Sum of RGB (Red+Green+Blue) = 34+47+33=114 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.82% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 47 - color contains mainly: green. Hex color #222F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F21 is #DDD0DE. Grayscale: #292929. Windows color (decimal): -14536927 or 2174754. OLE color: 2174754.

HSL color Cylindrical-coordinate representation of color #222F21: hue angle of 115.71º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #222F21 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB344733-
CMYK0.2800.300.82
HSL115.71º17.5%15.69%-
HSV(B)115.71º29.79%18.43%-
XYZ1.952.481.82-
YUV41.52123.19122.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.82%
GREEN value IS 47 (18.75% from 255) = 41.23%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=29.82%
G=41.23%
B=28.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3447330.2800.300.82115.7117.515.69
Hex222F211C01E52741210
Octal425741340361221642220
Binary10001010111110000111100011110101001011101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222F21; }

 p { color: rgb(34,47,33); }

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

<style>
 a { background-color: #222F21; }

 a { background-color: rgb(34,47,33); }

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

<style>
 span { border-color: #222F21; }

 span { border-color: rgb(34,47,33); }

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