Html Css Color HEX #217B32 San Felix

📋 copy color: '#217B32'

red 33 ◦ green 123 ◦ blue 50

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

Shades of San Felix #217B32

Tints of San Felix #217B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 59.71%

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 16.02%
G = 59.71%
B = 24.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#217B32 (or 0x217B32) is known color: San Felix. HEX triplet: 21, 7B and 32. RGB value is (33,123,50). Sum of RGB (Red+Green+Blue) = 33+123+50=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 123 (48.44% from 255 or 59.71% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 123 - color contains mainly: green. Hex color #217B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217B32 is #DE84CD. Grayscale: #575757. Windows color (decimal): -14582990 or 3308321. OLE color: 3308321.

HSL color Cylindrical-coordinate representation of color #217B32: hue angle of 131.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B32 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 123 50 -
CMYK 0.73 0 0.59 0.52
HSL 131.33º 0.58% 0.31% -
HSV(B) 131.33º 0.73% 0.48% -
XYZ 8.29 14.72 5.42 -
YUV 87.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 33 123 50 0.73 0 0.59 0.52 131.33 0.58 0.31
Hex 21 7B 32 49 0 3B 34 83 3A 1F
Octal 41 173 62 111 0 73 64 203 72 37
Binary 100001 1111011 110010 1001001 0 111011 110100 10000011 111010 11111

Color Harmonies of #217B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B32

Black with #217B32

Text Example


Text Example

White with #217B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217B32; }

 p { color: rgb(33,123,50); }

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

background-color css

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

 a { background-color: rgb(33,123,50); }

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

border-color css

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

 span { border-color: rgb(33,123,50); }

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