Html Css Color HEX #217529 San Felix

📋 copy color: '#217529'

red 33 ◦ green 117 ◦ blue 41

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

Shades of San Felix #217529

Tints of San Felix #217529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.26%

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

R = 17.28%
G = 61.26%
B = 21.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#217529 (or 0x217529) is known color: San Felix. HEX triplet: 21, 75 and 29. RGB value is (33,117,41). Sum of RGB (Red+Green+Blue) = 33+117+41=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #217529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217529 is #DE8AD6. Grayscale: #535353. Windows color (decimal): -14584535 or 2716961. OLE color: 2716961.

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

Color convert

RGB 33 117 41 -
CMYK 0.72 0 0.65 0.54
HSL 125.71º 0.56% 0.29% -
HSV(B) 125.71º 0.72% 0.46% -
XYZ 7.39 13.21 4.26 -
YUV 83.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 33 117 41 0.72 0 0.65 0.54 125.71 0.56 0.29
Hex 21 75 29 48 0 41 36 7E 38 1D
Octal 41 165 51 110 0 101 66 176 70 35
Binary 100001 1110101 101001 1001000 0 1000001 110110 1111110 111000 11101

Color Harmonies of #217529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217529

Black with #217529

Text Example


Text Example

White with #217529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217529; }

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

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

background-color css

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

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

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

border-color css

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

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

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