Html Css Color HEX #217530 San Felix

📋 copy color: '#217530'

red 33 ◦ green 117 ◦ blue 48

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

Shades of San Felix #217530

Tints of San Felix #217530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 16.67%
G = 59.09%
B = 24.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#217530 (or 0x217530) is known color: San Felix. HEX triplet: 21, 75 and 30. RGB value is (33,117,48). Sum of RGB (Red+Green+Blue) = 33+117+48=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #217530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217530 is #DE8ACF. Grayscale: #545454. Windows color (decimal): -14584528 or 3175713. OLE color: 3175713.

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

Color convert

RGB 33 117 48 -
CMYK 0.72 0 0.59 0.54
HSL 130.71º 0.56% 0.29% -
HSV(B) 130.71º 0.72% 0.46% -
XYZ 7.52 13.26 4.96 -
YUV 84.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 33 117 48 0.72 0 0.59 0.54 130.71 0.56 0.29
Hex 21 75 30 48 0 3B 36 83 38 1D
Octal 41 165 60 110 0 73 66 203 70 35
Binary 100001 1110101 110000 1001000 0 111011 110110 10000011 111000 11101

Color Harmonies of #217530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217530

Black with #217530

Text Example


Text Example

White with #217530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217530; }

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

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

background-color css

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

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

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

border-color css

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

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

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