Html Css Color HEX #215D20 San Felix

📋 copy color: '#215D20'

red 33 ◦ green 93 ◦ blue 32

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

Shades of San Felix #215D20

Tints of San Felix #215D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 58.86%

 BLUE value IS 32 (12.89% from 255) = 20.25%

R = 20.89%
G = 58.86%
B = 20.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#215D20 (or 0x215D20) is known color: San Felix. HEX triplet: 21, 5D and 20. RGB value is (33,93,32). Sum of RGB (Red+Green+Blue) = 33+93+32=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #215D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D20 is #DEA2DF. Grayscale: #444444. Windows color (decimal): -14590688 or 2120993. OLE color: 2120993.

HSL color Cylindrical-coordinate representation of color #215D20: hue angle of 119.02º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215D20 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 93 32 -
CMYK 0.65 0 0.66 0.64
HSL 119.02º 0.49% 0.25% -
HSV(B) 119.02º 0.66% 0.36% -
XYZ 4.8 8.26 2.71 -
YUV 68.11 107.62 102.96 -
System Red Green Blue C M Y K H S L
Decimal 33 93 32 0.65 0 0.66 0.64 119.02 0.49 0.25
Hex 21 5D 20 41 0 42 40 77 31 19
Octal 41 135 40 101 0 102 100 167 61 31
Binary 100001 1011101 100000 1000001 0 1000010 1000000 1110111 110001 11001

Color Harmonies of #215D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D20

Black with #215D20

Text Example


Text Example

White with #215D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,93,32); }

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

background-color css

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

 a { background-color: rgb(33,93,32); }

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

border-color css

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

 span { border-color: rgb(33,93,32); }

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