Html Css Color HEX #28985B Eucalyptus

📋 copy color: '#28985B'

red 40 ◦ green 152 ◦ blue 91

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

Shades of Eucalyptus #28985B

Tints of Eucalyptus #28985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 14.13%
G = 53.71%
B = 32.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#28985B (or 0x28985B) is known color: Eucalyptus. HEX triplet: 28, 98 and 5B. RGB value is (40,152,91). Sum of RGB (Red+Green+Blue) = 40+152+91=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #28985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28985B is #D767A4. Grayscale: #6F6F6F. Windows color (decimal): -14116773 or 6002728. OLE color: 6002728.

HSL color Cylindrical-coordinate representation of color #28985B: hue angle of 147.32º 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 #28985B is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 152 91 -
CMYK 0.74 0 0.40 0.40
HSL 147.32º 0.58% 0.38% -
HSV(B) 147.32º 0.74% 0.6% -
XYZ 13.99 23.66 13.73 -
YUV 111.56 116.39 76.96 -
System Red Green Blue C M Y K H S L
Decimal 40 152 91 0.74 0 0.40 0.40 147.32 0.58 0.38
Hex 28 98 5B 4A 0 28 28 93 3A 26
Octal 50 230 133 112 0 50 50 223 72 46
Binary 101000 10011000 1011011 1001010 0 101000 101000 10010011 111010 100110

Color Harmonies of #28985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28985B

Black with #28985B

Text Example


Text Example

White with #28985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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