#1D995E

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

Shades of Eucalyptus #1D995E

Tints of Eucalyptus #1D995E

Color information

#1D995E (or 0x1D995E) is unknown color: approx Eucalyptus. HEX triplet: 1D, 99 and 5E. RGB value is (29,153,94). Sum of RGB (Red+Green+Blue) = 29+153+94=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #1D995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D995E is #E266A1. Grayscale: #6D6D6D. Windows color (decimal): -14837410 or 6199581. OLE color: 6199581.

HSL color Cylindrical-coordinate representation of color #1D995E: hue angle of 151.45º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D995E is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB2915394-
CMYK0.8100.390.4
HSL151.45º68.13%35.69%-
HSV(B)151.45º81.05%60%-
XYZ13.9223.8514.46-
YUV109.2119.4270.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.51%
GREEN value IS 153 (60.16% from 255) = 55.43%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=10.51%
G=55.43%
B=34.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal29153940.8100.390.4151.4568.1335.69
Hex1D995E5102728974424
Octal352311361210475022710444
Binary1110110011001101111010100010100111101000100101111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,153,94); }

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

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

 a { background-color: rgb(29,153,94); }

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

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

 span { border-color: rgb(29,153,94); }

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