Html Css Color HEX #217126 San Felix

📋 copy color: '#217126'

red 33 ◦ green 113 ◦ blue 38

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

Shades of San Felix #217126

Tints of San Felix #217126

RGB

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

 GREEN value IS 113 (44.53% from 255) = 61.41%

 BLUE value IS 38 (15.23% from 255) = 20.65%

R = 17.93%
G = 61.41%
B = 20.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#217126 (or 0x217126) is known color: San Felix. HEX triplet: 21, 71 and 26. RGB value is (33,113,38). Sum of RGB (Red+Green+Blue) = 33+113+38=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #217126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217126 is #DE8ED9. Grayscale: #505050. Windows color (decimal): -14585562 or 2519329. OLE color: 2519329.

HSL color Cylindrical-coordinate representation of color #217126: hue angle of 123.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217126 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 113 38 -
CMYK 0.71 0 0.66 0.56
HSL 123.75º 0.55% 0.29% -
HSV(B) 123.75º 0.71% 0.44% -
XYZ 6.88 12.27 3.84 -
YUV 80.53 104 94.1 -
System Red Green Blue C M Y K H S L
Decimal 33 113 38 0.71 0 0.66 0.56 123.75 0.55 0.29
Hex 21 71 26 47 0 42 38 7C 37 1D
Octal 41 161 46 107 0 102 70 174 67 35
Binary 100001 1110001 100110 1000111 0 1000010 111000 1111100 110111 11101

Color Harmonies of #217126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217126

Black with #217126

Text Example


Text Example

White with #217126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217126; }

 p { color: rgb(33,113,38); }

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

background-color css

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

 a { background-color: rgb(33,113,38); }

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

border-color css

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

 span { border-color: rgb(33,113,38); }

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