#216B27

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

Shades of San Felix #216B27

Tints of San Felix #216B27

Color information

#216B27 (or 0x216B27) is unknown color: approx San Felix. HEX triplet: 21, 6B and 27. RGB value is (33,107,39). Sum of RGB (Red+Green+Blue) = 33+107+39=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 107 (42.19% from 255 or 59.78% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 107 - color contains mainly: green. Hex color #216B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216B27 is #DE94D8. Grayscale: #4D4D4D. Windows color (decimal): -14587097 or 2583329. OLE color: 2583329.

HSL color Cylindrical-coordinate representation of color #216B27: hue angle of 124.86º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216B27 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB3310739-
CMYK0.6900.640.58
HSL124.86º52.86%27.45%-
HSV(B)124.86º69.16%41.96%-
XYZ6.2510.993.71-
YUV77.12106.4896.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 107 (42.19% from 255) = 59.78%
BLUE value IS 39 (15.62% from 255) = 21.79%
R=18.44%
G=59.78%
B=21.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107390.6900.640.58124.8652.8627.45
Hex216B27450403A7d351b
Octal41153471050100721756533
Binary1000011101011100111100010101000000111010111110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216B27; }

 p { color: rgb(33,107,39); }

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

<style>
 a { background-color: #216B27; }

 a { background-color: rgb(33,107,39); }

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

<style>
 span { border-color: #216B27; }

 span { border-color: rgb(33,107,39); }

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