#2D9F69

Color #2D9F69 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #2D9F69

Tints of Eucalyptus #2D9F69

Color information

#2D9F69 (or 0x2D9F69) is unknown color: approx Eucalyptus. HEX triplet: 2D, 9F and 69. RGB value is (45,159,105). Sum of RGB (Red+Green+Blue) = 45+159+105=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9F69 is #D26096. Grayscale: #767676. Windows color (decimal): -13787287 or 6922029. OLE color: 6922029.

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

Color convert

RGB45159105-
CMYK0.7200.340.38
HSL151.58º55.88%40%-
HSV(B)151.58º71.7%62.35%-
XYZ16.0326.3717.61-
YUV118.76120.2375.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.56%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=14.56%
G=51.46%
B=33.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451591050.7200.340.38151.5855.8840
Hex2D9F694802226983828
Octal55237151110042462307050
Binary1011011001111111010011001000010001010011010011000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,159,105); }

 H1.HeaderClassName
 {
   color: #2D9F69;
 }
 .AnyTagClassName
 {
   color: #2D9F69;
 }
</style>
background-color css

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

 a { background-color: rgb(45,159,105); }

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

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

 span { border-color: rgb(45,159,105); }

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