#28925F

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

Shades of Eucalyptus #28925F

Tints of Eucalyptus #28925F

Color information

#28925F (or 0x28925F) is unknown color: approx Eucalyptus. HEX triplet: 28, 92 and 5F. RGB value is (40,146,95). Sum of RGB (Red+Green+Blue) = 40+146+95=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #28925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28925F is #D76DA0. Grayscale: #6C6C6C. Windows color (decimal): -14118305 or 6263336. OLE color: 6263336.

HSL color Cylindrical-coordinate representation of color #28925F: hue angle of 151.13º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28925F is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB4014695-
CMYK0.7300.350.43
HSL151.13º56.99%36.47%-
HSV(B)151.13º72.6%57.25%-
XYZ13.2221.8414.34-
YUV108.49120.3879.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.23%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=14.23%
G=51.96%
B=33.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40146950.7300.350.43151.1356.9936.47
Hex28925F490232B973924
Octal50222137111043532277144
Binary1010001001001010111111001001010001110101110010111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28925F; }

 p { color: rgb(40,146,95); }

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

<style>
 a { background-color: #28925F; }

 a { background-color: rgb(40,146,95); }

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

<style>
 span { border-color: #28925F; }

 span { border-color: rgb(40,146,95); }

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