#207021

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

Shades of San Felix #207021

Tints of San Felix #207021

Color information

#207021 (or 0x207021) is unknown color: approx San Felix. HEX triplet: 20, 70 and 21. RGB value is (32,112,33). Sum of RGB (Red+Green+Blue) = 32+112+33=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #207021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207021 is #DF8FDE. Grayscale: #4F4F4F. Windows color (decimal): -14651359 or 2191392. OLE color: 2191392.

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

Color convert

RGB3211233-
CMYK0.7100.710.56
HSL120.75º55.56%28.24%-
HSV(B)120.75º71.43%43.92%-
XYZ6.6612.013.4-
YUV79.0710294.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 112 (44.14% from 255) = 63.28%
BLUE value IS 33 (13.28% from 255) = 18.64%
R=18.08%
G=63.28%
B=18.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112330.7100.710.56120.7555.5628.24
Hex207021470473879381c
Octal40160411070107701717034
Binary1000001110000100001100011101000111111000111100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207021; }

 p { color: rgb(32,112,33); }

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

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

 a { background-color: rgb(32,112,33); }

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

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

 span { border-color: rgb(32,112,33); }

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