Html Css Color HEX #2D9770 Eucalyptus

📋 copy color: '#2D9770'

red 45 ◦ green 151 ◦ blue 112

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

Shades of Eucalyptus #2D9770

Tints of Eucalyptus #2D9770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.03%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 14.61%
G = 49.03%
B = 36.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#2D9770 (or 0x2D9770) is known color: Eucalyptus. HEX triplet: 2D, 97 and 70. RGB value is (45,151,112). Sum of RGB (Red+Green+Blue) = 45+151+112=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #2D9770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9770 is #D2688F. Grayscale: #727272. Windows color (decimal): -13789328 or 7378733. OLE color: 7378733.

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

Color convert

RGB 45 151 112 -
CMYK 0.70 0 0.26 0.41
HSL 157.92º 0.54% 0.38% -
HSV(B) 157.92º 0.7% 0.59% -
XYZ 15.07 23.86 19.14 -
YUV 114.86 126.38 78.17 -
System Red Green Blue C M Y K H S L
Decimal 45 151 112 0.70 0 0.26 0.41 157.92 0.54 0.38
Hex 2D 97 70 46 0 1A 29 9E 36 26
Octal 55 227 160 106 0 32 51 236 66 46
Binary 101101 10010111 1110000 1000110 0 11010 101001 10011110 110110 100110

Color Harmonies of #2D9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9770

Black with #2D9770

Text Example


Text Example

White with #2D9770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,151,112); }

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

background-color css

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

 a { background-color: rgb(45,151,112); }

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

border-color css

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

 span { border-color: rgb(45,151,112); }

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