Html Css Color HEX #2D9E72 Eucalyptus

📋 copy color: '#2D9E72'

red 45 ◦ green 158 ◦ blue 114

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

Shades of Eucalyptus #2D9E72

Tints of Eucalyptus #2D9E72

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.84%

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 14.2%
G = 49.84%
B = 35.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#2D9E72 (or 0x2D9E72) is known color: Eucalyptus. HEX triplet: 2D, 9E and 72. RGB value is (45,158,114). Sum of RGB (Red+Green+Blue) = 45+158+114=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9E72 is #D2618D. Grayscale: #777777. Windows color (decimal): -13787534 or 7511597. OLE color: 7511597.

HSL color Cylindrical-coordinate representation of color #2D9E72: hue angle of 156.64º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E72 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 45 158 114 -
CMYK 0.72 0 0.28 0.38
HSL 156.64º 0.56% 0.4% -
HSV(B) 156.64º 0.72% 0.62% -
XYZ 16.35 26.23 20.12 -
YUV 119.2 125.06 75.08 -
System Red Green Blue C M Y K H S L
Decimal 45 158 114 0.72 0 0.28 0.38 156.64 0.56 0.4
Hex 2D 9E 72 48 0 1C 26 9D 38 28
Octal 55 236 162 110 0 34 46 235 70 50
Binary 101101 10011110 1110010 1001000 0 11100 100110 10011101 111000 101000

Color Harmonies of #2D9E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9E72

Black with #2D9E72

Text Example


Text Example

White with #2D9E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,158,114); }

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

background-color css

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

 a { background-color: rgb(45,158,114); }

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

border-color css

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

 span { border-color: rgb(45,158,114); }

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