Html Css Color HEX #2D9563 Eucalyptus

📋 copy color: '#2D9563'

red 45 ◦ green 149 ◦ blue 99

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

Shades of Eucalyptus #2D9563

Tints of Eucalyptus #2D9563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 15.36%
G = 50.85%
B = 33.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#2D9563 (or 0x2D9563) is known color: Eucalyptus. HEX triplet: 2D, 95 and 63. RGB value is (45,149,99). Sum of RGB (Red+Green+Blue) = 45+149+99=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9563 is #D26A9C. Grayscale: #707070. Windows color (decimal): -13789853 or 6526253. OLE color: 6526253.

HSL color Cylindrical-coordinate representation of color #2D9563: hue angle of 151.15º 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 #2D9563 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 149 99 -
CMYK 0.70 0 0.34 0.42
HSL 151.15º 0.54% 0.38% -
HSV(B) 151.15º 0.7% 0.58% -
XYZ 14.08 22.95 15.49 -
YUV 112.2 120.54 80.07 -
System Red Green Blue C M Y K H S L
Decimal 45 149 99 0.70 0 0.34 0.42 151.15 0.54 0.38
Hex 2D 95 63 46 0 22 2A 97 36 26
Octal 55 225 143 106 0 42 52 227 66 46
Binary 101101 10010101 1100011 1000110 0 100010 101010 10010111 110110 100110

Color Harmonies of #2D9563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9563

Black with #2D9563

Text Example


Text Example

White with #2D9563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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