#21682C

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

Shades of San Felix #21682C

Tints of San Felix #21682C

Color information

#21682C (or 0x21682C) is unknown color: approx San Felix. HEX triplet: 21, 68 and 2C. RGB value is (33,104,44). Sum of RGB (Red+Green+Blue) = 33+104+44=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #21682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21682C is #DE97D3. Grayscale: #4C4C4C. Windows color (decimal): -14587860 or 2910241. OLE color: 2910241.

HSL color Cylindrical-coordinate representation of color #21682C: hue angle of 129.3º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21682C is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB3310444-
CMYK0.6800.580.59
HSL129.3º51.82%26.86%-
HSV(B)129.3º68.27%40.78%-
XYZ6.0310.414.07-
YUV75.93109.9897.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=18.23%
G=57.46%
B=24.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33104440.6800.580.59129.351.8226.86
Hex21682C4403A3B81341b
Octal4115054104072732016433
Binary1000011101000101100100010001110101110111000000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21682C; }

 p { color: rgb(33,104,44); }

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

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

 a { background-color: rgb(33,104,44); }

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

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

 span { border-color: rgb(33,104,44); }

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