Html Css Color HEX #1D9960 Eucalyptus

📋 copy color: '#1D9960'

red 29 ◦ green 153 ◦ blue 96

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

Shades of Eucalyptus #1D9960

Tints of Eucalyptus #1D9960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.04%

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 10.43%
G = 55.04%
B = 34.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#1D9960 (or 0x1D9960) is known color: Eucalyptus. HEX triplet: 1D, 99 and 60. RGB value is (29,153,96). Sum of RGB (Red+Green+Blue) = 29+153+96=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #1D9960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9960 is #E2669F. Grayscale: #6D6D6D. Windows color (decimal): -14837408 or 6330653. OLE color: 6330653.

HSL color Cylindrical-coordinate representation of color #1D9960: hue angle of 152.42º 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 #1D9960 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 153 96 -
CMYK 0.81 0 0.37 0.4
HSL 152.42º 0.68% 0.36% -
HSV(B) 152.42º 0.81% 0.6% -
XYZ 14.01 23.89 14.94 -
YUV 109.43 120.42 70.63 -
System Red Green Blue C M Y K H S L
Decimal 29 153 96 0.81 0 0.37 0.4 152.42 0.68 0.36
Hex 1D 99 60 51 0 25 28 98 44 24
Octal 35 231 140 121 0 45 50 230 104 44
Binary 11101 10011001 1100000 1010001 0 100101 101000 10011000 1000100 100100

Color Harmonies of #1D9960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9960

Black with #1D9960

Text Example


Text Example

White with #1D9960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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