#1D7120

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

Shades of San Felix #1D7120

Tints of San Felix #1D7120

Color information

#1D7120 (or 0x1D7120) is unknown color: approx San Felix. HEX triplet: 1D, 71 and 20. RGB value is (29,113,32). Sum of RGB (Red+Green+Blue) = 29+113+32=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 113 (44.53% from 255 or 64.94% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7120 is #E28EDF. Grayscale: #4E4E4E. Windows color (decimal): -14847712 or 2126109. OLE color: 2126109.

HSL color Cylindrical-coordinate representation of color #1D7120: hue angle of 122.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7120 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB2911332-
CMYK0.7400.720.56
HSL122.14º59.15%27.84%-
HSV(B)122.14º74.34%44.31%-
XYZ6.6712.183.36-
YUV78.65101.6792.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.67%
GREEN value IS 113 (44.53% from 255) = 64.94%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=16.67%
G=64.94%
B=18.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113320.7400.720.56122.1459.1527.84
Hex1D71204A048387a3b1c
Octal35161401120110701727334
Binary111011110001100000100101001001000111000111101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,113,32); }

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

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

 a { background-color: rgb(29,113,32); }

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

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

 span { border-color: rgb(29,113,32); }

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