#2D6525

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

Shades of San Felix #2D6525

Tints of San Felix #2D6525

Color information

#2D6525 (or 0x2D6525) is unknown color: approx San Felix. HEX triplet: 2D, 65 and 25. RGB value is (45,101,37). Sum of RGB (Red+Green+Blue) = 45+101+37=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #2D6525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6525 is #D29ADA. Grayscale: #4D4D4D. Windows color (decimal): -13802203 or 2450733. OLE color: 2450733.

HSL color Cylindrical-coordinate representation of color #2D6525: hue angle of 112.5º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D6525 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB4510137-
CMYK0.5500.630.60
HSL112.5º46.38%27.06%-
HSV(B)112.5º63.37%39.61%-
XYZ6.07103.36-
YUV76.96105.45105.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.59%
GREEN value IS 101 (39.84% from 255) = 55.19%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=24.59%
G=55.19%
B=20.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal45101370.5500.630.60112.546.3827.06
Hex2D65253703F3C702e1b
Octal551454567077741605633
Binary10110111001011001011101110111111111100111000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,101,37); }

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

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

 a { background-color: rgb(45,101,37); }

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

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

 span { border-color: rgb(45,101,37); }

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