#22701F

Color #22701F San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #22701F

Tints of San Felix #22701F

Color information

#22701F (or 0x22701F) is unknown color: approx San Felix. HEX triplet: 22, 70 and 1F. RGB value is (34,112,31). Sum of RGB (Red+Green+Blue) = 34+112+31=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #22701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22701F is #DD8FE0. Grayscale: #4F4F4F. Windows color (decimal): -14520289 or 2060322. OLE color: 2060322.

HSL color Cylindrical-coordinate representation of color #22701F: hue angle of 117.78º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22701F is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB3411231-
CMYK0.7000.720.56
HSL117.78º56.64%28.04%-
HSV(B)117.78º72.32%43.92%-
XYZ6.712.033.26-
YUV79.44100.6695.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.21%
GREEN value IS 112 (44.14% from 255) = 63.28%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=19.21%
G=63.28%
B=17.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34112310.7000.720.56117.7856.6428.04
Hex22701F460483876391c
Octal42160371060110701667134
Binary100010111000011111100011001001000111000111011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22701F; }

 p { color: rgb(34,112,31); }

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

<style>
 a { background-color: #22701F; }

 a { background-color: rgb(34,112,31); }

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

<style>
 span { border-color: #22701F; }

 span { border-color: rgb(34,112,31); }

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