Html Css Color HEX #217825 San Felix

📋 copy color: '#217825'

red 33 ◦ green 120 ◦ blue 37

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

Shades of San Felix #217825

Tints of San Felix #217825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 63.16%

 BLUE value IS 37 (14.84% from 255) = 19.47%

R = 17.37%
G = 63.16%
B = 19.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#217825 (or 0x217825) is known color: San Felix. HEX triplet: 21, 78 and 25. RGB value is (33,120,37). Sum of RGB (Red+Green+Blue) = 33+120+37=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 120 (47.27% from 255 or 63.16% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 120 - color contains mainly: green. Hex color #217825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217825 is #DE87DA. Grayscale: #545454. Windows color (decimal): -14583771 or 2455585. OLE color: 2455585.

HSL color Cylindrical-coordinate representation of color #217825: hue angle of 122.76º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217825 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 120 37 -
CMYK 0.72 0 0.69 0.53
HSL 122.76º 0.57% 0.3% -
HSV(B) 122.76º 0.73% 0.47% -
XYZ 7.68 13.89 4.03 -
YUV 84.53 101.18 91.25 -
System Red Green Blue C M Y K H S L
Decimal 33 120 37 0.72 0 0.69 0.53 122.76 0.57 0.3
Hex 21 78 25 48 0 45 35 7B 39 1E
Octal 41 170 45 110 0 105 65 173 71 36
Binary 100001 1111000 100101 1001000 0 1000101 110101 1111011 111001 11110

Color Harmonies of #217825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217825

Black with #217825

Text Example


Text Example

White with #217825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217825; }

 p { color: rgb(33,120,37); }

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

background-color css

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

 a { background-color: rgb(33,120,37); }

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

border-color css

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

 span { border-color: rgb(33,120,37); }

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