Html Css Color HEX #217527 San Felix

📋 copy color: '#217527'

red 33 ◦ green 117 ◦ blue 39

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

Shades of San Felix #217527

Tints of San Felix #217527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.63%

R = 17.46%
G = 61.9%
B = 20.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#217527 (or 0x217527) is known color: San Felix. HEX triplet: 21, 75 and 27. RGB value is (33,117,39). Sum of RGB (Red+Green+Blue) = 33+117+39=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #217527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217527 is #DE8AD8. Grayscale: #535353. Windows color (decimal): -14584537 or 2585889. OLE color: 2585889.

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

Color convert

RGB 33 117 39 -
CMYK 0.72 0 0.67 0.54
HSL 124.29º 0.56% 0.29% -
HSV(B) 124.29º 0.72% 0.46% -
XYZ 7.35 13.19 4.08 -
YUV 82.99 103.17 92.34 -
System Red Green Blue C M Y K H S L
Decimal 33 117 39 0.72 0 0.67 0.54 124.29 0.56 0.29
Hex 21 75 27 48 0 43 36 7C 38 1D
Octal 41 165 47 110 0 103 66 174 70 35
Binary 100001 1110101 100111 1001000 0 1000011 110110 1111100 111000 11101

Color Harmonies of #217527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217527

Black with #217527

Text Example


Text Example

White with #217527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217527; }

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

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

background-color css

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

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

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

border-color css

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

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

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