#1D6628

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

Shades of San Felix #1D6628

Tints of San Felix #1D6628

Color information

#1D6628 (or 0x1D6628) is unknown color: approx San Felix. HEX triplet: 1D, 66 and 28. RGB value is (29,102,40). Sum of RGB (Red+Green+Blue) = 29+102+40=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #1D6628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6628 is #E299D7. Grayscale: #494949. Windows color (decimal): -14850520 or 2647581. OLE color: 2647581.

HSL color Cylindrical-coordinate representation of color #1D6628: hue angle of 129.04º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6628 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB2910240-
CMYK0.7200.610.6
HSL129.04º55.73%25.69%-
HSV(B)129.04º71.57%40%-
XYZ5.649.923.62-
YUV73.1109.3296.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 102 (40.23% from 255) = 59.65%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=16.96%
G=59.65%
B=23.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal29102400.7200.610.6129.0455.7325.69
Hex1D66284803D3C81381a
Octal3514650110075742017032
Binary111011100110101000100100001111011111001000000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,102,40); }

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

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

 a { background-color: rgb(29,102,40); }

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

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

 span { border-color: rgb(29,102,40); }

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