#1D6541

Color #1D6541 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #1D6541

Tints of Fun Green #1D6541

Color information

#1D6541 (or 0x1D6541) is unknown color: approx Fun Green. HEX triplet: 1D, 65 and 41. RGB value is (29,101,65). Sum of RGB (Red+Green+Blue) = 29+101+65=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #1D6541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6541 is #E29ABE. Grayscale: #4B4B4B. Windows color (decimal): -14850751 or 4285725. OLE color: 4285725.

HSL color Cylindrical-coordinate representation of color #1D6541: hue angle of 150º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D6541 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB2910165-
CMYK0.7100.360.60
HSL150º55.38%25.49%-
HSV(B)150º71.29%39.61%-
XYZ6.119.956.6-
YUV75.37122.1594.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.87%
GREEN value IS 101 (39.84% from 255) = 51.79%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=14.87%
G=51.79%
B=33.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29101650.7100.360.6015055.3825.49
Hex1D6541470243C963719
Octal35145101107044742266731
Binary1110111001011000001100011101001001111001001011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,101,65); }

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

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

 a { background-color: rgb(29,101,65); }

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

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

 span { border-color: rgb(29,101,65); }

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