#21731F

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

Shades of San Felix #21731F

Tints of San Felix #21731F

Color information

#21731F (or 0x21731F) is unknown color: approx San Felix. HEX triplet: 21, 73 and 1F. RGB value is (33,115,31). Sum of RGB (Red+Green+Blue) = 33+115+31=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 115 (45.31% from 255 or 64.25% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 115 - color contains mainly: green. Hex color #21731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21731F is #DE8CE0. Grayscale: #515151. Windows color (decimal): -14585057 or 2061089. OLE color: 2061089.

HSL color Cylindrical-coordinate representation of color #21731F: hue angle of 118.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21731F is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB3311531-
CMYK0.7100.730.55
HSL118.57º57.53%28.63%-
HSV(B)118.57º73.04%45.1%-
XYZ7.0112.683.38-
YUV80.9199.8393.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 115 (45.31% from 255) = 64.25%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=18.44%
G=64.25%
B=17.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33115310.7100.730.55118.5757.5328.63
Hex21731F4704937773a1d
Octal41163371070111671677235
Binary100001111001111111100011101001001110111111011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21731F; }

 p { color: rgb(33,115,31); }

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

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

 a { background-color: rgb(33,115,31); }

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

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

 span { border-color: rgb(33,115,31); }

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