#1D7323

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

Shades of San Felix #1D7323

Tints of San Felix #1D7323

Color information

#1D7323 (or 0x1D7323) is unknown color: approx San Felix. HEX triplet: 1D, 73 and 23. RGB value is (29,115,35). Sum of RGB (Red+Green+Blue) = 29+115+35=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 115 (45.31% from 255 or 64.25% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7323 is #E28CDC. Grayscale: #505050. Windows color (decimal): -14847197 or 2323229. OLE color: 2323229.

HSL color Cylindrical-coordinate representation of color #1D7323: hue angle of 124.19º degrees, saturation: 0.6, 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 #1D7323 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB2911535-
CMYK0.7500.700.55
HSL124.19º59.72%28.24%-
HSV(B)124.19º74.78%45.1%-
XYZ6.9412.643.66-
YUV80.17102.5191.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.20%
GREEN value IS 115 (45.31% from 255) = 64.25%
BLUE value IS 35 (14.06% from 255) = 19.55%
R=16.20%
G=64.25%
B=19.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29115350.7500.700.55124.1959.7228.24
Hex1D73234B046377c3c1c
Octal35163431130106671747434
Binary111011110011100011100101101000110110111111110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,115,35); }

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

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

 a { background-color: rgb(29,115,35); }

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

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

 span { border-color: rgb(29,115,35); }

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