#2D662F

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

Shades of San Felix #2D662F

Tints of San Felix #2D662F

Color information

#2D662F (or 0x2D662F) is unknown color: approx San Felix. HEX triplet: 2D, 66 and 2F. RGB value is (45,102,47). Sum of RGB (Red+Green+Blue) = 45+102+47=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #2D662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D662F is #D299D0. Grayscale: #4E4E4E. Windows color (decimal): -13801937 or 3106349. OLE color: 3106349.

HSL color Cylindrical-coordinate representation of color #2D662F: hue angle of 122.11º 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 #2D662F is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB4510247-
CMYK0.5600.540.6
HSL122.11º38.78%28.82%-
HSV(B)122.11º55.88%40%-
XYZ6.3510.274.34-
YUV78.69110.12103.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.20%
GREEN value IS 102 (40.23% from 255) = 52.58%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=23.20%
G=52.58%
B=24.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102470.5600.540.6122.1138.7828.82
Hex2D662F380363C7a271d
Octal551465770066741724735
Binary10110111001101011111110000110110111100111101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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