#1D7223

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

Shades of San Felix #1D7223

Tints of San Felix #1D7223

Color information

#1D7223 (or 0x1D7223) is unknown color: approx San Felix. HEX triplet: 1D, 72 and 23. RGB value is (29,114,35). Sum of RGB (Red+Green+Blue) = 29+114+35=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 114 (44.92% from 255 or 64.04% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 114 - color contains mainly: green. Hex color #1D7223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7223 is #E28DDC. Grayscale: #4F4F4F. Windows color (decimal): -14847453 or 2322973. OLE color: 2322973.

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

Color convert

RGB2911435-
CMYK0.7500.690.55
HSL124.24º59.44%28.04%-
HSV(B)124.24º74.56%44.71%-
XYZ6.8312.423.63-
YUV79.58102.8491.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.29%
GREEN value IS 114 (44.92% from 255) = 64.04%
BLUE value IS 35 (14.06% from 255) = 19.66%
R=16.29%
G=64.04%
B=19.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29114350.7500.690.55124.2459.4428.04
Hex1D72234B045377c3b1c
Octal35162431130105671747334
Binary111011110010100011100101101000101110111111110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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