#206F1F

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

Shades of San Felix #206F1F

Tints of San Felix #206F1F

Color information

#206F1F (or 0x206F1F) is unknown color: approx San Felix. HEX triplet: 20, 6F and 1F. RGB value is (32,111,31). Sum of RGB (Red+Green+Blue) = 32+111+31=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 111 (43.75% from 255 or 63.79% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 111 - color contains mainly: green. Hex color #206F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F1F is #DF90E0. Grayscale: #4E4E4E. Windows color (decimal): -14651617 or 2060064. OLE color: 2060064.

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

Color convert

RGB3211131-
CMYK0.7100.720.56
HSL119.25º56.34%27.84%-
HSV(B)119.25º72.07%43.53%-
XYZ6.5311.773.23-
YUV78.26101.3395-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.39%
GREEN value IS 111 (43.75% from 255) = 63.79%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=18.39%
G=63.79%
B=17.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111310.7100.720.56119.2556.3427.84
Hex206F1F470483877381c
Octal40157371070110701677034
Binary100000110111111111100011101001000111000111011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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