Html Css Color HEX #2D9365 Eucalyptus

📋 copy color: '#2D9365'

red 45 ◦ green 147 ◦ blue 101

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

Shades of Eucalyptus #2D9365

Tints of Eucalyptus #2D9365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.47%

R = 15.36%
G = 50.17%
B = 34.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#2D9365 (or 0x2D9365) is known color: Eucalyptus. HEX triplet: 2D, 93 and 65. RGB value is (45,147,101). Sum of RGB (Red+Green+Blue) = 45+147+101=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9365 is #D26C9A. Grayscale: #6F6F6F. Windows color (decimal): -13790363 or 6656813. OLE color: 6656813.

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

Color convert

RGB 45 147 101 -
CMYK 0.69 0 0.31 0.42
HSL 152.94º 0.53% 0.38% -
HSV(B) 152.94º 0.69% 0.58% -
XYZ 13.86 22.36 15.9 -
YUV 111.26 122.21 80.74 -
System Red Green Blue C M Y K H S L
Decimal 45 147 101 0.69 0 0.31 0.42 152.94 0.53 0.38
Hex 2D 93 65 45 0 1F 2A 99 35 26
Octal 55 223 145 105 0 37 52 231 65 46
Binary 101101 10010011 1100101 1000101 0 11111 101010 10011001 110101 100110

Color Harmonies of #2D9365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9365

Black with #2D9365

Text Example


Text Example

White with #2D9365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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