#1D6142

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

Shades of Fun Green #1D6142

Tints of Fun Green #1D6142

Color information

#1D6142 (or 0x1D6142) is unknown color: approx Fun Green. HEX triplet: 1D, 61 and 42. RGB value is (29,97,66). Sum of RGB (Red+Green+Blue) = 29+97+66=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #1D6142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6142 is #E29EBD. Grayscale: #494949. Windows color (decimal): -14851774 or 4350237. OLE color: 4350237.

HSL color Cylindrical-coordinate representation of color #1D6142: hue angle of 152.65º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D6142 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB299766-
CMYK0.7000.320.62
HSL152.65º53.97%24.71%-
HSV(B)152.65º70.1%38.04%-
XYZ5.769.26.63-
YUV73.13123.9796.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.10%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=15.10%
G=50.52%
B=34.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2997660.7000.320.62152.6553.9724.71
Hex1D6142460203E993619
Octal35141102106040762316631
Binary1110111000011000010100011001000001111101001100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,97,66); }

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

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

 a { background-color: rgb(29,97,66); }

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

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

 span { border-color: rgb(29,97,66); }

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