#21692C

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

Shades of San Felix #21692C

Tints of San Felix #21692C

Color information

#21692C (or 0x21692C) is unknown color: approx San Felix. HEX triplet: 21, 69 and 2C. RGB value is (33,105,44). Sum of RGB (Red+Green+Blue) = 33+105+44=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #21692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21692C is #DE96D3. Grayscale: #4C4C4C. Windows color (decimal): -14587604 or 2910497. OLE color: 2910497.

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

Color convert

RGB3310544-
CMYK0.6900.580.59
HSL129.17º52.17%27.06%-
HSV(B)129.17º68.57%41.18%-
XYZ6.1310.614.11-
YUV76.52109.6596.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 105 (41.41% from 255) = 57.69%
BLUE value IS 44 (17.58% from 255) = 24.18%
R=18.13%
G=57.69%
B=24.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33105440.6900.580.59129.1752.1727.06
Hex21692C4503A3B81341b
Octal4115154105072732016433
Binary1000011101001101100100010101110101110111000000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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