Html Css Color HEX #2D9360 Eucalyptus

📋 copy color: '#2D9360'

red 45 ◦ green 147 ◦ blue 96

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

Shades of Eucalyptus #2D9360

Tints of Eucalyptus #2D9360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.04%

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

R = 15.63%
G = 51.04%
B = 33.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#2D9360 (or 0x2D9360) is known color: Eucalyptus. HEX triplet: 2D, 93 and 60. RGB value is (45,147,96). Sum of RGB (Red+Green+Blue) = 45+147+96=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9360 is #D26C9F. Grayscale: #6E6E6E. Windows color (decimal): -13790368 or 6329133. OLE color: 6329133.

HSL color Cylindrical-coordinate representation of color #2D9360: hue angle of 150º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9360 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 147 96 -
CMYK 0.69 0 0.35 0.42
HSL 150º 0.53% 0.38% -
HSV(B) 150º 0.69% 0.58% -
XYZ 13.63 22.27 14.65 -
YUV 110.69 119.71 81.15 -
System Red Green Blue C M Y K H S L
Decimal 45 147 96 0.69 0 0.35 0.42 150 0.53 0.38
Hex 2D 93 60 45 0 23 2A 96 35 26
Octal 55 223 140 105 0 43 52 226 65 46
Binary 101101 10010011 1100000 1000101 0 100011 101010 10010110 110101 100110

Color Harmonies of #2D9360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9360

Black with #2D9360

Text Example


Text Example

White with #2D9360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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