Html Css Color HEX #217430 San Felix

📋 copy color: '#217430'

red 33 ◦ green 116 ◦ blue 48

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

Shades of San Felix #217430

Tints of San Felix #217430

RGB

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

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

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

R = 16.75%
G = 58.88%
B = 24.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#217430 (or 0x217430) is known color: San Felix. HEX triplet: 21, 74 and 30. RGB value is (33,116,48). Sum of RGB (Red+Green+Blue) = 33+116+48=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #217430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217430 is #DE8BCF. Grayscale: #535353. Windows color (decimal): -14584784 or 3175457. OLE color: 3175457.

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

Color convert

RGB 33 116 48 -
CMYK 0.72 0 0.59 0.55
HSL 130.84º 0.56% 0.29% -
HSV(B) 130.84º 0.72% 0.45% -
XYZ 7.41 13.03 4.92 -
YUV 83.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 33 116 48 0.72 0 0.59 0.55 130.84 0.56 0.29
Hex 21 74 30 48 0 3B 37 83 38 1D
Octal 41 164 60 110 0 73 67 203 70 35
Binary 100001 1110100 110000 1001000 0 111011 110111 10000011 111000 11101

Color Harmonies of #217430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217430

Black with #217430

Text Example


Text Example

White with #217430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217430; }

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

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

background-color css

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

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

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

border-color css

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

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

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