#1D7221

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

Shades of San Felix #1D7221

Tints of San Felix #1D7221

Color information

#1D7221 (or 0x1D7221) is unknown color: approx San Felix. HEX triplet: 1D, 72 and 21. RGB value is (29,114,33). Sum of RGB (Red+Green+Blue) = 29+114+33=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 114 (44.92% from 255 or 64.77% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 114 - color contains mainly: green. Hex color #1D7221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7221 is #E28DDE. Grayscale: #4F4F4F. Windows color (decimal): -14847455 or 2191901. OLE color: 2191901.

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

Color convert

RGB2911433-
CMYK0.7500.710.55
HSL122.82º59.44%28.04%-
HSV(B)122.82º74.56%44.71%-
XYZ6.812.413.48-
YUV79.35101.8492.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.48%
GREEN value IS 114 (44.92% from 255) = 64.77%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=16.48%
G=64.77%
B=18.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29114330.7500.710.55122.8259.4428.04
Hex1D72214B047377b3b1c
Octal35162411130107671737334
Binary111011110010100001100101101000111110111111101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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