Html Css Color HEX #2D9560 Eucalyptus

📋 copy color: '#2D9560'

red 45 ◦ green 149 ◦ blue 96

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

Shades of Eucalyptus #2D9560

Tints of Eucalyptus #2D9560

RGB

 RED value IS 45 (17.97% from 255) = 15.52%

 GREEN value IS 149 (58.59% from 255) = 51.38%

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

R = 15.52%
G = 51.38%
B = 33.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#2D9560 (or 0x2D9560) is known color: Eucalyptus. HEX triplet: 2D, 95 and 60. RGB value is (45,149,96). Sum of RGB (Red+Green+Blue) = 45+149+96=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9560 is #D26A9F. Grayscale: #6F6F6F. Windows color (decimal): -13789856 or 6329645. OLE color: 6329645.

HSL color Cylindrical-coordinate representation of color #2D9560: hue angle of 149.42º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9560 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 149 96 -
CMYK 0.70 0 0.36 0.42
HSL 149.42º 0.54% 0.38% -
HSV(B) 149.42º 0.7% 0.58% -
XYZ 13.94 22.9 14.75 -
YUV 111.86 119.04 80.31 -
System Red Green Blue C M Y K H S L
Decimal 45 149 96 0.70 0 0.36 0.42 149.42 0.54 0.38
Hex 2D 95 60 46 0 24 2A 95 36 26
Octal 55 225 140 106 0 44 52 225 66 46
Binary 101101 10010101 1100000 1000110 0 100100 101010 10010101 110110 100110

Color Harmonies of #2D9560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9560

Black with #2D9560

Text Example


Text Example

White with #2D9560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D9560; }

 p { color: rgb(45,149,96); }

 H1.HeaderClassName
 {
   color: #2D9560;
 }
 .AnyTagClassName
 {
   color: #2D9560;
 }
</style>

background-color css

<style>
 a { background-color: #2D9560; }

 a { background-color: rgb(45,149,96); }

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

border-color css

<style>
 span { border-color: #2D9560; }

 span { border-color: rgb(45,149,96); }

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