Html Css Color HEX #28965E Eucalyptus

📋 copy color: '#28965E'

red 40 ◦ green 150 ◦ blue 94

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

Shades of Eucalyptus #28965E

Tints of Eucalyptus #28965E

RGB

 RED value IS 40 (16.02% from 255) = 14.08%

 GREEN value IS 150 (58.98% from 255) = 52.82%

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 14.08%
G = 52.82%
B = 33.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#28965E (or 0x28965E) is known color: Eucalyptus. HEX triplet: 28, 96 and 5E. RGB value is (40,150,94). Sum of RGB (Red+Green+Blue) = 40+150+94=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #28965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28965E is #D769A1. Grayscale: #6E6E6E. Windows color (decimal): -14117282 or 6198824. OLE color: 6198824.

HSL color Cylindrical-coordinate representation of color #28965E: hue angle of 149.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28965E is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 150 94 -
CMYK 0.73 0 0.37 0.41
HSL 149.45º 0.58% 0.37% -
HSV(B) 149.45º 0.73% 0.59% -
XYZ 13.8 23.07 14.32 -
YUV 110.73 118.56 77.55 -
System Red Green Blue C M Y K H S L
Decimal 40 150 94 0.73 0 0.37 0.41 149.45 0.58 0.37
Hex 28 96 5E 49 0 25 29 95 3A 25
Octal 50 226 136 111 0 45 51 225 72 45
Binary 101000 10010110 1011110 1001001 0 100101 101001 10010101 111010 100101

Color Harmonies of #28965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28965E

Black with #28965E

Text Example


Text Example

White with #28965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28965E; }

 p { color: rgb(40,150,94); }

 H1.HeaderClassName
 {
   color: #28965E;
 }
 .AnyTagClassName
 {
   color: #28965E;
 }
</style>

background-color css

<style>
 a { background-color: #28965E; }

 a { background-color: rgb(40,150,94); }

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

border-color css

<style>
 span { border-color: #28965E; }

 span { border-color: rgb(40,150,94); }

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