#2D6329

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

Shades of San Felix #2D6329

Tints of San Felix #2D6329

Color information

#2D6329 (or 0x2D6329) is unknown color: approx San Felix. HEX triplet: 2D, 63 and 29. RGB value is (45,99,41). Sum of RGB (Red+Green+Blue) = 45+99+41=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6329 is #D29CD6. Grayscale: #4C4C4C. Windows color (decimal): -13802711 or 2712365. OLE color: 2712365.

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

Color convert

RGB459941-
CMYK0.5500.590.61
HSL115.86º41.43%27.45%-
HSV(B)115.86º58.59%38.82%-
XYZ5.949.643.65-
YUV76.24108.11105.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.32%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=24.32%
G=53.51%
B=22.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4599410.5500.590.61115.8641.4327.45
Hex2D63293703B3D74291b
Octal551435167073751645133
Binary10110111000111010011101110111011111101111010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,99,41); }

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

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

 a { background-color: rgb(45,99,41); }

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

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

 span { border-color: rgb(45,99,41); }

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