Html Css Color HEX #217329 San Felix

📋 copy color: '#217329'

red 33 ◦ green 115 ◦ blue 41

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

Shades of San Felix #217329

Tints of San Felix #217329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.69%

R = 17.46%
G = 60.85%
B = 21.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#217329 (or 0x217329) is known color: San Felix. HEX triplet: 21, 73 and 29. RGB value is (33,115,41). Sum of RGB (Red+Green+Blue) = 33+115+41=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #217329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217329 is #DE8CD6. Grayscale: #525252. Windows color (decimal): -14585047 or 2716449. OLE color: 2716449.

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

Color convert

RGB 33 115 41 -
CMYK 0.71 0 0.64 0.55
HSL 125.85º 0.55% 0.29% -
HSV(B) 125.85º 0.71% 0.45% -
XYZ 7.16 12.74 4.18 -
YUV 82.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 33 115 41 0.71 0 0.64 0.55 125.85 0.55 0.29
Hex 21 73 29 47 0 40 37 7E 37 1D
Octal 41 163 51 107 0 100 67 176 67 35
Binary 100001 1110011 101001 1000111 0 1000000 110111 1111110 110111 11101

Color Harmonies of #217329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217329

Black with #217329

Text Example


Text Example

White with #217329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217329; }

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

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

background-color css

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

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

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

border-color css

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

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

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