#21692D

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

Shades of San Felix #21692D

Tints of San Felix #21692D

Color information

#21692D (or 0x21692D) is unknown color: approx San Felix. HEX triplet: 21, 69 and 2D. RGB value is (33,105,45). Sum of RGB (Red+Green+Blue) = 33+105+45=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #21692D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21692D is #DE96D2. Grayscale: #4C4C4C. Windows color (decimal): -14587603 or 2976033. OLE color: 2976033.

HSL color Cylindrical-coordinate representation of color #21692D: hue angle of 130º 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 #21692D is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB3310545-
CMYK0.6900.570.59
HSL130º52.17%27.06%-
HSV(B)130º68.57%41.18%-
XYZ6.1510.624.21-
YUV76.63110.1596.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 105 (41.41% from 255) = 57.38%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=18.03%
G=57.38%
B=24.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33105450.6900.570.5913052.1727.06
Hex21692D450393B82341b
Octal4115155105071732026433
Binary1000011101001101101100010101110011110111000001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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