Html Css Color HEX #28985E Eucalyptus

📋 copy color: '#28985E'

red 40 ◦ green 152 ◦ blue 94

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

Shades of Eucalyptus #28985E

Tints of Eucalyptus #28985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.15%

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

R = 13.99%
G = 53.15%
B = 32.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#28985E (or 0x28985E) is known color: Eucalyptus. HEX triplet: 28, 98 and 5E. RGB value is (40,152,94). Sum of RGB (Red+Green+Blue) = 40+152+94=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #28985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28985E is #D767A1. Grayscale: #707070. Windows color (decimal): -14116770 or 6199336. OLE color: 6199336.

HSL color Cylindrical-coordinate representation of color #28985E: hue angle of 148.93º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28985E is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 152 94 -
CMYK 0.74 0 0.38 0.40
HSL 148.93º 0.58% 0.38% -
HSV(B) 148.93º 0.74% 0.6% -
XYZ 14.12 23.72 14.42 -
YUV 111.9 117.89 76.72 -
System Red Green Blue C M Y K H S L
Decimal 40 152 94 0.74 0 0.38 0.40 148.93 0.58 0.38
Hex 28 98 5E 4A 0 26 28 95 3A 26
Octal 50 230 136 112 0 46 50 225 72 46
Binary 101000 10011000 1011110 1001010 0 100110 101000 10010101 111010 100110

Color Harmonies of #28985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28985E

Black with #28985E

Text Example


Text Example

White with #28985E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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