#1F7222

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

Shades of San Felix #1F7222

Tints of San Felix #1F7222

Color information

#1F7222 (or 0x1F7222) is unknown color: approx San Felix. HEX triplet: 1F, 72 and 22. RGB value is (31,114,34). Sum of RGB (Red+Green+Blue) = 31+114+34=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 114 (44.92% from 255 or 63.69% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 114 - color contains mainly: green. Hex color #1F7222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7222 is #E08DDD. Grayscale: #505050. Windows color (decimal): -14716382 or 2257439. OLE color: 2257439.

HSL color Cylindrical-coordinate representation of color #1F7222: hue angle of 122.17º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7222 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB3111434-
CMYK0.7300.700.55
HSL122.17º57.24%28.43%-
HSV(B)122.17º72.81%44.71%-
XYZ6.8712.443.55-
YUV80.0610293-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.32%
GREEN value IS 114 (44.92% from 255) = 63.69%
BLUE value IS 34 (13.67% from 255) = 18.99%
R=17.32%
G=63.69%
B=18.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31114340.7300.700.55122.1757.2428.43
Hex1F722249046377a391c
Octal37162421110106671727134
Binary111111110010100010100100101000110110111111101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F7222; }

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

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

<style>
 a { background-color: #1F7222; }

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

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

<style>
 span { border-color: #1F7222; }

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

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