Html Css Color HEX #217320 San Felix

📋 copy color: '#217320'

red 33 ◦ green 115 ◦ blue 32

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

Shades of San Felix #217320

Tints of San Felix #217320

RGB

 RED value IS 33 (13.28% from 255) = 18.33%

 GREEN value IS 115 (45.31% from 255) = 63.89%

 BLUE value IS 32 (12.89% from 255) = 17.78%

R = 18.33%
G = 63.89%
B = 17.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#217320 (or 0x217320) is known color: San Felix. HEX triplet: 21, 73 and 20. RGB value is (33,115,32). Sum of RGB (Red+Green+Blue) = 33+115+32=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 115 (45.31% from 255 or 63.89% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 115 - color contains mainly: green. Hex color #217320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217320 is #DE8CDF. Grayscale: #515151. Windows color (decimal): -14585056 or 2126625. OLE color: 2126625.

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

Color convert

RGB 33 115 32 -
CMYK 0.71 0 0.72 0.55
HSL 119.28º 0.56% 0.29% -
HSV(B) 119.28º 0.72% 0.45% -
XYZ 7.02 12.69 3.45 -
YUV 81.02 100.33 93.75 -
System Red Green Blue C M Y K H S L
Decimal 33 115 32 0.71 0 0.72 0.55 119.28 0.56 0.29
Hex 21 73 20 47 0 48 37 77 38 1D
Octal 41 163 40 107 0 110 67 167 70 35
Binary 100001 1110011 100000 1000111 0 1001000 110111 1110111 111000 11101

Color Harmonies of #217320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217320

Black with #217320

Text Example


Text Example

White with #217320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217320; }

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

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

background-color css

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

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

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

border-color css

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

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

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