Html Css Color HEX #215F25 San Felix

📋 copy color: '#215F25'

red 33 ◦ green 95 ◦ blue 37

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

Shades of San Felix #215F25

Tints of San Felix #215F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 57.58%

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

R = 20%
G = 57.58%
B = 22.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#215F25 (or 0x215F25) is known color: San Felix. HEX triplet: 21, 5F and 25. RGB value is (33,95,37). Sum of RGB (Red+Green+Blue) = 33+95+37=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #215F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215F25 is #DEA0DA. Grayscale: #464646. Windows color (decimal): -14590171 or 2449185. OLE color: 2449185.

HSL color Cylindrical-coordinate representation of color #215F25: hue angle of 123.87º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215F25 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 95 37 -
CMYK 0.65 0 0.61 0.63
HSL 123.87º 0.48% 0.25% -
HSV(B) 123.87º 0.65% 0.37% -
XYZ 5.05 8.64 3.15 -
YUV 69.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 33 95 37 0.65 0 0.61 0.63 123.87 0.48 0.25
Hex 21 5F 25 41 0 3D 3F 7C 30 19
Octal 41 137 45 101 0 75 77 174 60 31
Binary 100001 1011111 100101 1000001 0 111101 111111 1111100 110000 11001

Color Harmonies of #215F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F25

Black with #215F25

Text Example


Text Example

White with #215F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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