#2D642E

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

Shades of San Felix #2D642E

Tints of San Felix #2D642E

Color information

#2D642E (or 0x2D642E) is unknown color: approx San Felix. HEX triplet: 2D, 64 and 2E. RGB value is (45,100,46). Sum of RGB (Red+Green+Blue) = 45+100+46=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #2D642E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D642E is #D29BD1. Grayscale: #4D4D4D. Windows color (decimal): -13802450 or 3040301. OLE color: 3040301.

HSL color Cylindrical-coordinate representation of color #2D642E: hue angle of 121.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D642E is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB4510046-
CMYK0.5500.540.61
HSL121.09º37.93%28.43%-
HSV(B)121.09º55%39.22%-
XYZ6.139.874.17-
YUV77.4110.28104.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.56%
GREEN value IS 100 (39.45% from 255) = 52.36%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=23.56%
G=52.36%
B=24.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal45100460.5500.540.61121.0937.9328.43
Hex2D642E370363D79261c
Octal551445667066751714634
Binary10110111001001011101101110110110111101111100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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