Html Css Color HEX #2D9060 Eucalyptus

📋 copy color: '#2D9060'

red 45 ◦ green 144 ◦ blue 96

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

Shades of Eucalyptus #2D9060

Tints of Eucalyptus #2D9060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.53%

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

R = 15.79%
G = 50.53%
B = 33.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#2D9060 (or 0x2D9060) is known color: Eucalyptus. HEX triplet: 2D, 90 and 60. RGB value is (45,144,96). Sum of RGB (Red+Green+Blue) = 45+144+96=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9060 is #D26F9F. Grayscale: #6D6D6D. Windows color (decimal): -13791136 or 6328365. OLE color: 6328365.

HSL color Cylindrical-coordinate representation of color #2D9060: hue angle of 150.91º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9060 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 144 96 -
CMYK 0.69 0 0.33 0.44
HSL 150.91º 0.52% 0.37% -
HSV(B) 150.91º 0.69% 0.56% -
XYZ 13.17 21.35 14.49 -
YUV 108.93 120.7 82.4 -
System Red Green Blue C M Y K H S L
Decimal 45 144 96 0.69 0 0.33 0.44 150.91 0.52 0.37
Hex 2D 90 60 45 0 21 2C 97 34 25
Octal 55 220 140 105 0 41 54 227 64 45
Binary 101101 10010000 1100000 1000101 0 100001 101100 10010111 110100 100101

Color Harmonies of #2D9060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9060

Black with #2D9060

Text Example


Text Example

White with #2D9060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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