#1D722C

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

Shades of San Felix #1D722C

Tints of San Felix #1D722C

Color information

#1D722C (or 0x1D722C) is unknown color: approx San Felix. HEX triplet: 1D, 72 and 2C. RGB value is (29,114,44). Sum of RGB (Red+Green+Blue) = 29+114+44=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #1D722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D722C is #E28DD3. Grayscale: #505050. Windows color (decimal): -14847444 or 2912797. OLE color: 2912797.

HSL color Cylindrical-coordinate representation of color #1D722C: hue angle of 130.59º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D722C is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB2911444-
CMYK0.7500.610.55
HSL130.59º59.44%28.04%-
HSV(B)130.59º74.56%44.71%-
XYZ6.9812.484.42-
YUV80.6107.3491.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.51%
GREEN value IS 114 (44.92% from 255) = 60.96%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=15.51%
G=60.96%
B=23.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29114440.7500.610.55130.5959.4428.04
Hex1D722C4B03D37833b1c
Octal3516254113075672037334
Binary111011110010101100100101101111011101111000001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,114,44); }

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

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

 a { background-color: rgb(29,114,44); }

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

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

 span { border-color: rgb(29,114,44); }

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