Html Css Color HEX #2D8F60 Eucalyptus

📋 copy color: '#2D8F60'

red 45 ◦ green 143 ◦ blue 96

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

Shades of Eucalyptus #2D8F60

Tints of Eucalyptus #2D8F60

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.35%

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

R = 15.85%
G = 50.35%
B = 33.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#2D8F60 (or 0x2D8F60) is known color: Eucalyptus. HEX triplet: 2D, 8F and 60. RGB value is (45,143,96). Sum of RGB (Red+Green+Blue) = 45+143+96=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #2D8F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8F60 is #D2709F. Grayscale: #6C6C6C. Windows color (decimal): -13791392 or 6328109. OLE color: 6328109.

HSL color Cylindrical-coordinate representation of color #2D8F60: hue angle of 151.22º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D8F60 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 143 96 -
CMYK 0.69 0 0.33 0.44
HSL 151.22º 0.52% 0.37% -
HSV(B) 151.22º 0.69% 0.56% -
XYZ 13.02 21.05 14.44 -
YUV 108.34 121.03 82.82 -
System Red Green Blue C M Y K H S L
Decimal 45 143 96 0.69 0 0.33 0.44 151.22 0.52 0.37
Hex 2D 8F 60 45 0 21 2C 97 34 25
Octal 55 217 140 105 0 41 54 227 64 45
Binary 101101 10001111 1100000 1000101 0 100001 101100 10010111 110100 100101

Color Harmonies of #2D8F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8F60

Black with #2D8F60

Text Example


Text Example

White with #2D8F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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