#1D7121

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

Shades of San Felix #1D7121

Tints of San Felix #1D7121

Color information

#1D7121 (or 0x1D7121) is unknown color: approx San Felix. HEX triplet: 1D, 71 and 21. RGB value is (29,113,33). Sum of RGB (Red+Green+Blue) = 29+113+33=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7121 is #E28EDE. Grayscale: #4F4F4F. Windows color (decimal): -14847711 or 2191645. OLE color: 2191645.

HSL color Cylindrical-coordinate representation of color #1D7121: hue angle of 122.86º 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 #1D7121 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB2911333-
CMYK0.7400.710.56
HSL122.86º59.15%27.84%-
HSV(B)122.86º74.34%44.31%-
XYZ6.6912.183.44-
YUV78.76102.1792.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.57%
GREEN value IS 113 (44.53% from 255) = 64.57%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=16.57%
G=64.57%
B=18.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113330.7400.710.56122.8659.1527.84
Hex1D71214A047387b3b1c
Octal35161411120107701737334
Binary111011110001100001100101001000111111000111101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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