Html Css Color HEX #217321 San Felix

📋 copy color: '#217321'

red 33 ◦ green 115 ◦ blue 33

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

Shades of San Felix #217321

Tints of San Felix #217321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.23%

R = 18.23%
G = 63.54%
B = 18.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#217321 (or 0x217321) is known color: San Felix. HEX triplet: 21, 73 and 21. RGB value is (33,115,33). Sum of RGB (Red+Green+Blue) = 33+115+33=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #217321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217321 is #DE8CDE. Grayscale: #515151. Windows color (decimal): -14585055 or 2192161. OLE color: 2192161.

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

Color convert

RGB 33 115 33 -
CMYK 0.71 0 0.71 0.55
HSL 120º 0.55% 0.29% -
HSV(B) 120º 0.71% 0.45% -
XYZ 7.03 12.69 3.52 -
YUV 81.13 100.83 93.67 -
System Red Green Blue C M Y K H S L
Decimal 33 115 33 0.71 0 0.71 0.55 120 0.55 0.29
Hex 21 73 21 47 0 47 37 78 37 1D
Octal 41 163 41 107 0 107 67 170 67 35
Binary 100001 1110011 100001 1000111 0 1000111 110111 1111000 110111 11101

Color Harmonies of #217321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217321

Black with #217321

Text Example


Text Example

White with #217321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217321; }

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

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

background-color css

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

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

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

border-color css

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

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

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