#1D6F1C

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

Shades of San Felix #1D6F1C

Tints of San Felix #1D6F1C

Color information

#1D6F1C (or 0x1D6F1C) is unknown color: approx San Felix. HEX triplet: 1D, 6F and 1C. RGB value is (29,111,28). Sum of RGB (Red+Green+Blue) = 29+111+28=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 111 (43.75% from 255 or 66.07% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6F1C is #E290E3. Grayscale: #4D4D4D. Windows color (decimal): -14848228 or 1863453. OLE color: 1863453.

HSL color Cylindrical-coordinate representation of color #1D6F1C: hue angle of 119.28º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D6F1C is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB2911128-
CMYK0.7400.750.56
HSL119.28º59.71%27.25%-
HSV(B)119.28º74.77%43.53%-
XYZ6.411.713.02-
YUV77.02100.3393.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.26%
GREEN value IS 111 (43.75% from 255) = 66.07%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=17.26%
G=66.07%
B=16.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29111280.7400.750.56119.2859.7127.25
Hex1D6F1C4A04B38773c1b
Octal35157341120113701677433
Binary11101110111111100100101001001011111000111011111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,111,28); }

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

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

 a { background-color: rgb(29,111,28); }

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

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

 span { border-color: rgb(29,111,28); }

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