Html Css Color HEX #217322 San Felix

📋 copy color: '#217322'

red 33 ◦ green 115 ◦ blue 34

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

Shades of San Felix #217322

Tints of San Felix #217322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.68%

R = 18.13%
G = 63.19%
B = 18.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#217322 (or 0x217322) is known color: San Felix. HEX triplet: 21, 73 and 22. RGB value is (33,115,34). Sum of RGB (Red+Green+Blue) = 33+115+34=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #217322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217322 is #DE8CDD. Grayscale: #515151. Windows color (decimal): -14585054 or 2257697. OLE color: 2257697.

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

Color convert

RGB 33 115 34 -
CMYK 0.71 0 0.70 0.55
HSL 120.73º 0.55% 0.29% -
HSV(B) 120.73º 0.71% 0.45% -
XYZ 7.05 12.7 3.59 -
YUV 81.25 101.33 93.59 -
System Red Green Blue C M Y K H S L
Decimal 33 115 34 0.71 0 0.70 0.55 120.73 0.55 0.29
Hex 21 73 22 47 0 46 37 79 37 1D
Octal 41 163 42 107 0 106 67 171 67 35
Binary 100001 1110011 100010 1000111 0 1000110 110111 1111001 110111 11101

Color Harmonies of #217322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217322

Black with #217322

Text Example


Text Example

White with #217322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217322; }

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

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

background-color css

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

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

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

border-color css

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

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

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