#2D662E

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

Shades of San Felix #2D662E

Tints of San Felix #2D662E

Color information

#2D662E (or 0x2D662E) is unknown color: approx San Felix. HEX triplet: 2D, 66 and 2E. RGB value is (45,102,46). Sum of RGB (Red+Green+Blue) = 45+102+46=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #2D662E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D662E is #D299D1. Grayscale: #4E4E4E. Windows color (decimal): -13801938 or 3040813. OLE color: 3040813.

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

Color convert

RGB4510246-
CMYK0.5600.550.6
HSL121.05º38.78%28.82%-
HSV(B)121.05º55.88%40%-
XYZ6.3310.264.23-
YUV78.57109.62104.05-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 102 (40.23% from 255) = 52.85%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=23.32%
G=52.85%
B=23.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102460.5600.550.6121.0538.7828.82
Hex2D662E380373C79271d
Octal551465670067741714735
Binary10110111001101011101110000110111111100111100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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