#21772D

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

Shades of San Felix #21772D

Tints of San Felix #21772D

Color information

#21772D (or 0x21772D) is unknown color: approx San Felix. HEX triplet: 21, 77 and 2D. RGB value is (33,119,45). Sum of RGB (Red+Green+Blue) = 33+119+45=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #21772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21772D is #DE88D2. Grayscale: #555555. Windows color (decimal): -14584019 or 2979617. OLE color: 2979617.

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

Color convert

RGB3311945-
CMYK0.7200.620.53
HSL128.37º56.58%29.8%-
HSV(B)128.37º72.27%46.67%-
XYZ7.713.714.72-
YUV84.85105.5191.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 119 (46.88% from 255) = 60.41%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=16.75%
G=60.41%
B=22.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33119450.7200.620.53128.3756.5829.8
Hex21772D4803E3580391e
Octal4116755110076652007136
Binary1000011110111101101100100001111101101011000000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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