#1D702A

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

Shades of San Felix #1D702A

Tints of San Felix #1D702A

Color information

#1D702A (or 0x1D702A) is unknown color: approx San Felix. HEX triplet: 1D, 70 and 2A. RGB value is (29,112,42). Sum of RGB (Red+Green+Blue) = 29+112+42=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #1D702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D702A is #E28FD5. Grayscale: #4F4F4F. Windows color (decimal): -14847958 or 2781213. OLE color: 2781213.

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

Color convert

RGB2911242-
CMYK0.7400.620.56
HSL129.4º58.87%27.65%-
HSV(B)129.4º74.11%43.92%-
XYZ6.7212.024.16-
YUV79.210792.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=15.85%
G=61.20%
B=22.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29112420.7400.620.56129.458.8727.65
Hex1D702A4A03E38813b1c
Octal3516052112076702017334
Binary111011110000101010100101001111101110001000000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,112,42); }

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

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

 a { background-color: rgb(29,112,42); }

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

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

 span { border-color: rgb(29,112,42); }

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