Html Css Color HEX #217426 San Felix

📋 copy color: '#217426'

red 33 ◦ green 116 ◦ blue 38

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

Shades of San Felix #217426

Tints of San Felix #217426

RGB

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

 GREEN value IS 116 (45.7% from 255) = 62.03%

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

R = 17.65%
G = 62.03%
B = 20.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#217426 (or 0x217426) is known color: San Felix. HEX triplet: 21, 74 and 26. RGB value is (33,116,38). Sum of RGB (Red+Green+Blue) = 33+116+38=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #217426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217426 is #DE8BD9. Grayscale: #525252. Windows color (decimal): -14584794 or 2520097. OLE color: 2520097.

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

Color convert

RGB 33 116 38 -
CMYK 0.72 0 0.67 0.55
HSL 123.61º 0.56% 0.29% -
HSV(B) 123.61º 0.72% 0.45% -
XYZ 7.22 12.95 3.95 -
YUV 82.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 33 116 38 0.72 0 0.67 0.55 123.61 0.56 0.29
Hex 21 74 26 48 0 43 37 7C 38 1D
Octal 41 164 46 110 0 103 67 174 70 35
Binary 100001 1110100 100110 1001000 0 1000011 110111 1111100 111000 11101

Color Harmonies of #217426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217426

Black with #217426

Text Example


Text Example

White with #217426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217426; }

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

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

background-color css

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

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

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

border-color css

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

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

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