#215F23

Color #215F23 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #215F23

Tints of San Felix #215F23

Color information

#215F23 (or 0x215F23) is unknown color: approx San Felix. HEX triplet: 21, 5F and 23. RGB value is (33,95,35). Sum of RGB (Red+Green+Blue) = 33+95+35=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #215F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215F23 is #DEA0DC. Grayscale: #454545. Windows color (decimal): -14590173 or 2318113. OLE color: 2318113.

HSL color Cylindrical-coordinate representation of color #215F23: hue angle of 121.94º 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 #215F23 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB339535-
CMYK0.6500.630.63
HSL121.94º48.44%25.1%-
HSV(B)121.94º65.26%37.25%-
XYZ5.028.632.99-
YUV69.62108.46101.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 95 (37.5% from 255) = 58.28%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=20.25%
G=58.28%
B=21.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3395350.6500.630.63121.9448.4425.1
Hex215F234103F3F7a3019
Octal4113743101077771726031
Binary100001101111110001110000010111111111111111101011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #215F23;
 }
 .AnyTagClassName
 {
   color: #215F23;
 }
</style>
background-color css

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

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

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

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

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

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