Html Css Color HEX #206C15 San Felix

📋 copy color: '#206C15'

red 32 ◦ green 108 ◦ blue 21

#206C15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #206C15

Tints of San Felix #206C15

RGB

 RED value IS 32 (12.89% from 255) = 19.88%

 GREEN value IS 108 (42.58% from 255) = 67.08%

 BLUE value IS 21 (8.59% from 255) = 13.04%

R = 19.88%
G = 67.08%
B = 13.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#206C15 (or 0x206C15) is known color: San Felix. HEX triplet: 20, 6C and 15. RGB value is (32,108,21). Sum of RGB (Red+Green+Blue) = 32+108+21=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 108 (42.58% from 255 or 67.08% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 108 - color contains mainly: green. Hex color #206C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206C15 is #DF93EA. Grayscale: #4B4B4B. Windows color (decimal): -14652395 or 1403936. OLE color: 1403936.

HSL color Cylindrical-coordinate representation of color #206C15: hue angle of 112.41º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #206C15 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 108 21 -
CMYK 0.70 0 0.81 0.58
HSL 112.41º 0.67% 0.25% -
HSV(B) 112.41º 0.81% 0.42% -
XYZ 6.09 11.09 2.53 -
YUV 75.36 97.32 97.07 -
System Red Green Blue C M Y K H S L
Decimal 32 108 21 0.70 0 0.81 0.58 112.41 0.67 0.25
Hex 20 6C 15 46 0 51 3A 70 43 19
Octal 40 154 25 106 0 121 72 160 103 31
Binary 100000 1101100 10101 1000110 0 1010001 111010 1110000 1000011 11001

Color Harmonies of #206C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206C15

Black with #206C15

Text Example


Text Example

White with #206C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,108,21); }

 H1.HeaderClassName
 {
   color: #206C15;
 }
 .AnyTagClassName
 {
   color: #206C15;
 }
</style>

background-color css

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

 a { background-color: rgb(32,108,21); }

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

border-color css

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

 span { border-color: rgb(32,108,21); }

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