#1D721F

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

Shades of San Felix #1D721F

Tints of San Felix #1D721F

Color information

#1D721F (or 0x1D721F) is unknown color: approx San Felix. HEX triplet: 1D, 72 and 1F. RGB value is (29,114,31). Sum of RGB (Red+Green+Blue) = 29+114+31=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 114 (44.92% from 255 or 65.52% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 114 - color contains mainly: green. Hex color #1D721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D721F is #E28DE0. Grayscale: #4F4F4F. Windows color (decimal): -14847457 or 2060829. OLE color: 2060829.

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

Color convert

RGB2911431-
CMYK0.7500.730.55
HSL121.41º59.44%28.04%-
HSV(B)121.41º74.56%44.71%-
XYZ6.7712.393.33-
YUV79.12100.8492.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.67%
GREEN value IS 114 (44.92% from 255) = 65.52%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=16.67%
G=65.52%
B=17.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29114310.7500.730.55121.4159.4428.04
Hex1D721F4B04937793b1c
Octal35162371130111671717334
Binary11101111001011111100101101001001110111111100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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