Html Css Color HEX #1D985C Eucalyptus

📋 copy color: '#1D985C'

red 29 ◦ green 152 ◦ blue 92

#1D985C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #1D985C

Tints of Eucalyptus #1D985C

RGB

 RED value IS 29 (11.72% from 255) = 10.62%

 GREEN value IS 152 (59.77% from 255) = 55.68%

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 10.62%
G = 55.68%
B = 33.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#1D985C (or 0x1D985C) is known color: Eucalyptus. HEX triplet: 1D, 98 and 5C. RGB value is (29,152,92). Sum of RGB (Red+Green+Blue) = 29+152+92=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #1D985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D985C is #E267A3. Grayscale: #6C6C6C. Windows color (decimal): -14837668 or 6068253. OLE color: 6068253.

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

Color convert

RGB 29 152 92 -
CMYK 0.81 0 0.39 0.40
HSL 150.73º 0.68% 0.35% -
HSV(B) 150.73º 0.81% 0.6% -
XYZ 13.67 23.49 13.94 -
YUV 108.38 118.75 71.38 -
System Red Green Blue C M Y K H S L
Decimal 29 152 92 0.81 0 0.39 0.40 150.73 0.68 0.35
Hex 1D 98 5C 51 0 27 28 97 44 23
Octal 35 230 134 121 0 47 50 227 104 43
Binary 11101 10011000 1011100 1010001 0 100111 101000 10010111 1000100 100011

Color Harmonies of #1D985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D985C

Black with #1D985C

Text Example


Text Example

White with #1D985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,152,92); }

 H1.HeaderClassName
 {
   color: #1D985C;
 }
 .AnyTagClassName
 {
   color: #1D985C;
 }
</style>

background-color css

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

 a { background-color: rgb(29,152,92); }

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

border-color css

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

 span { border-color: rgb(29,152,92); }

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