#21782A

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

Shades of San Felix #21782A

Tints of San Felix #21782A

Color information

#21782A (or 0x21782A) is unknown color: approx San Felix. HEX triplet: 21, 78 and 2A. RGB value is (33,120,42). Sum of RGB (Red+Green+Blue) = 33+120+42=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #21782A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21782A is #DE87D5. Grayscale: #555555. Windows color (decimal): -14583766 or 2783265. OLE color: 2783265.

HSL color Cylindrical-coordinate representation of color #21782A: hue angle of 126.21º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21782A is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB3312042-
CMYK0.7200.650.53
HSL126.21º56.86%30%-
HSV(B)126.21º72.5%47.06%-
XYZ7.7613.924.47-
YUV85.1103.6890.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 120 (47.27% from 255) = 61.54%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=16.92%
G=61.54%
B=21.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120420.7200.650.53126.2156.8630
Hex21782A48041357e391e
Octal41170521100101651767136
Binary1000011111000101010100100001000001110101111111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21782A; }

 p { color: rgb(33,120,42); }

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

<style>
 a { background-color: #21782A; }

 a { background-color: rgb(33,120,42); }

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

<style>
 span { border-color: #21782A; }

 span { border-color: rgb(33,120,42); }

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