Html Css Color HEX #217531 San Felix

📋 copy color: '#217531'

red 33 ◦ green 117 ◦ blue 49

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

Shades of San Felix #217531

Tints of San Felix #217531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 16.58%
G = 58.79%
B = 24.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#217531 (or 0x217531) is known color: San Felix. HEX triplet: 21, 75 and 31. RGB value is (33,117,49). Sum of RGB (Red+Green+Blue) = 33+117+49=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #217531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217531 is #DE8ACE. Grayscale: #545454. Windows color (decimal): -14584527 or 3241249. OLE color: 3241249.

HSL color Cylindrical-coordinate representation of color #217531: hue angle of 131.43º 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 #217531 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 117 49 -
CMYK 0.72 0 0.58 0.54
HSL 131.43º 0.56% 0.29% -
HSV(B) 131.43º 0.72% 0.46% -
XYZ 7.54 13.27 5.07 -
YUV 84.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 33 117 49 0.72 0 0.58 0.54 131.43 0.56 0.29
Hex 21 75 31 48 0 3A 36 83 38 1D
Octal 41 165 61 110 0 72 66 203 70 35
Binary 100001 1110101 110001 1001000 0 111010 110110 10000011 111000 11101

Color Harmonies of #217531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217531

Black with #217531

Text Example


Text Example

White with #217531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217531; }

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

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

background-color css

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

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

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

border-color css

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

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

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