#207024

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

Shades of San Felix #207024

Tints of San Felix #207024

Color information

#207024 (or 0x207024) is unknown color: approx San Felix. HEX triplet: 20, 70 and 24. RGB value is (32,112,36). Sum of RGB (Red+Green+Blue) = 32+112+36=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #207024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207024 is #DF8FDB. Grayscale: #4F4F4F. Windows color (decimal): -14651356 or 2388000. OLE color: 2388000.

HSL color Cylindrical-coordinate representation of color #207024: hue angle of 123º 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 #207024 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB3211236-
CMYK0.7100.680.56
HSL123º55.56%28.24%-
HSV(B)123º71.43%43.92%-
XYZ6.7112.023.64-
YUV79.42103.594.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.78%
GREEN value IS 112 (44.14% from 255) = 62.22%
BLUE value IS 36 (14.45% from 255) = 20%
R=17.78%
G=62.22%
B=20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112360.7100.680.5612355.5628.24
Hex20702447044387b381c
Octal40160441070104701737034
Binary1000001110000100100100011101000100111000111101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207024; }

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

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

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

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

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

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

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

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