#206F26

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

Shades of San Felix #206F26

Tints of San Felix #206F26

Color information

#206F26 (or 0x206F26) is unknown color: approx San Felix. HEX triplet: 20, 6F and 26. RGB value is (32,111,38). Sum of RGB (Red+Green+Blue) = 32+111+38=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 111 (43.75% from 255 or 61.33% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 111 - color contains mainly: green. Hex color #206F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F26 is #DF90D9. Grayscale: #4F4F4F. Windows color (decimal): -14651610 or 2518816. OLE color: 2518816.

HSL color Cylindrical-coordinate representation of color #206F26: hue angle of 124.56º degrees, saturation: 0.55, 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 #206F26 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB3211138-
CMYK0.7100.660.56
HSL124.56º55.24%28.04%-
HSV(B)124.56º71.17%43.53%-
XYZ6.6311.823.76-
YUV79.06104.8394.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.68%
GREEN value IS 111 (43.75% from 255) = 61.33%
BLUE value IS 38 (15.23% from 255) = 20.99%
R=17.68%
G=61.33%
B=20.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111380.7100.660.56124.5655.2428.04
Hex206F2647042387d371c
Octal40157461070102701756734
Binary1000001101111100110100011101000010111000111110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206F26; }

 p { color: rgb(32,111,38); }

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

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

 a { background-color: rgb(32,111,38); }

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

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

 span { border-color: rgb(32,111,38); }

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