#2D662C

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

Shades of San Felix #2D662C

Tints of San Felix #2D662C

Color information

#2D662C (or 0x2D662C) is unknown color: approx San Felix. HEX triplet: 2D, 66 and 2C. RGB value is (45,102,44). Sum of RGB (Red+Green+Blue) = 45+102+44=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #2D662C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D662C is #D299D3. Grayscale: #4E4E4E. Windows color (decimal): -13801940 or 2909741. OLE color: 2909741.

HSL color Cylindrical-coordinate representation of color #2D662C: hue angle of 118.97º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D662C is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB4510244-
CMYK0.5600.570.6
HSL118.97º39.73%28.63%-
HSV(B)118.97º56.86%40%-
XYZ6.2910.244.03-
YUV78.34108.62104.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.56%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=23.56%
G=53.40%
B=23.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102440.5600.570.6118.9739.7328.63
Hex2D662C380393C77281d
Octal551465470071741675035
Binary10110111001101011001110000111001111100111011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D662C; }

 p { color: rgb(45,102,44); }

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

<style>
 a { background-color: #2D662C; }

 a { background-color: rgb(45,102,44); }

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

<style>
 span { border-color: #2D662C; }

 span { border-color: rgb(45,102,44); }

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