#1D752D

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

Shades of San Felix #1D752D

Tints of San Felix #1D752D

Color information

#1D752D (or 0x1D752D) is unknown color: approx San Felix. HEX triplet: 1D, 75 and 2D. RGB value is (29,117,45). Sum of RGB (Red+Green+Blue) = 29+117+45=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #1D752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D752D is #E28AD2. Grayscale: #525252. Windows color (decimal): -14846675 or 2979101. OLE color: 2979101.

HSL color Cylindrical-coordinate representation of color #1D752D: hue angle of 130.91º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D752D is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB2911745-
CMYK0.7500.620.54
HSL130.91º60.27%28.63%-
HSV(B)130.91º75.21%45.88%-
XYZ7.3413.174.64-
YUV82.48106.8589.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.18%
GREEN value IS 117 (46.09% from 255) = 61.26%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=15.18%
G=61.26%
B=23.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29117450.7500.620.54130.9160.2728.63
Hex1D752D4B03E36833c1d
Octal3516555113076662037435
Binary111011110101101101100101101111101101101000001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D752D; }

 p { color: rgb(29,117,45); }

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

<style>
 a { background-color: #1D752D; }

 a { background-color: rgb(29,117,45); }

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

<style>
 span { border-color: #1D752D; }

 span { border-color: rgb(29,117,45); }

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