#1D6242

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

Shades of Fun Green #1D6242

Tints of Fun Green #1D6242

Color information

#1D6242 (or 0x1D6242) is unknown color: approx Fun Green. HEX triplet: 1D, 62 and 42. RGB value is (29,98,66). Sum of RGB (Red+Green+Blue) = 29+98+66=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #1D6242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6242 is #E29DBD. Grayscale: #494949. Windows color (decimal): -14851518 or 4350493. OLE color: 4350493.

HSL color Cylindrical-coordinate representation of color #1D6242: hue angle of 152.17º 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 #1D6242 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB299866-
CMYK0.7000.330.62
HSL152.17º54.33%24.9%-
HSV(B)152.17º70.41%38.43%-
XYZ5.869.396.66-
YUV73.72123.6496.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.03%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=15.03%
G=50.78%
B=34.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2998660.7000.330.62152.1754.3324.9
Hex1D6242460213E983619
Octal35142102106041762306631
Binary1110111000101000010100011001000011111101001100011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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