#1D663D

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

Shades of Fun Green #1D663D

Tints of Fun Green #1D663D

Color information

#1D663D (or 0x1D663D) is unknown color: approx Fun Green. HEX triplet: 1D, 66 and 3D. RGB value is (29,102,61). Sum of RGB (Red+Green+Blue) = 29+102+61=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #1D663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D663D is #E299C2. Grayscale: #4B4B4B. Windows color (decimal): -14850499 or 4023837. OLE color: 4023837.

HSL color Cylindrical-coordinate representation of color #1D663D: hue angle of 146.3º 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 #1D663D is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB2910261-
CMYK0.7200.400.6
HSL146.3º55.73%25.69%-
HSV(B)146.3º71.57%40%-
XYZ6.110.16.04-
YUV75.5119.8294.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.10%
GREEN value IS 102 (40.23% from 255) = 53.12%
BLUE value IS 61 (24.22% from 255) = 31.77%
R=15.10%
G=53.12%
B=31.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal29102610.7200.400.6146.355.7325.69
Hex1D663D480283C92381a
Octal3514675110050742227032
Binary111011100110111101100100001010001111001001001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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