Html Css Color HEX #28985D Eucalyptus

📋 copy color: '#28985D'

red 40 ◦ green 152 ◦ blue 93

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

Shades of Eucalyptus #28985D

Tints of Eucalyptus #28985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 14.04%
G = 53.33%
B = 32.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#28985D (or 0x28985D) is known color: Eucalyptus. HEX triplet: 28, 98 and 5D. RGB value is (40,152,93). Sum of RGB (Red+Green+Blue) = 40+152+93=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #28985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28985D is #D767A2. Grayscale: #6F6F6F. Windows color (decimal): -14116771 or 6133800. OLE color: 6133800.

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

Color convert

RGB 40 152 93 -
CMYK 0.74 0 0.39 0.40
HSL 148.39º 0.58% 0.38% -
HSV(B) 148.39º 0.74% 0.6% -
XYZ 14.08 23.7 14.19 -
YUV 111.79 117.39 76.8 -
System Red Green Blue C M Y K H S L
Decimal 40 152 93 0.74 0 0.39 0.40 148.39 0.58 0.38
Hex 28 98 5D 4A 0 27 28 94 3A 26
Octal 50 230 135 112 0 47 50 224 72 46
Binary 101000 10011000 1011101 1001010 0 100111 101000 10010100 111010 100110

Color Harmonies of #28985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28985D

Black with #28985D

Text Example


Text Example

White with #28985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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