Html Css Color HEX #28945D Eucalyptus

📋 copy color: '#28945D'

red 40 ◦ green 148 ◦ blue 93

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

Shades of Eucalyptus #28945D

Tints of Eucalyptus #28945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.67%

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

R = 14.23%
G = 52.67%
B = 33.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#28945D (or 0x28945D) is known color: Eucalyptus. HEX triplet: 28, 94 and 5D. RGB value is (40,148,93). Sum of RGB (Red+Green+Blue) = 40+148+93=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #28945D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28945D is #D76BA2. Grayscale: #6D6D6D. Windows color (decimal): -14117795 or 6132776. OLE color: 6132776.

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

Color convert

RGB 40 148 93 -
CMYK 0.73 0 0.37 0.42
HSL 149.44º 0.57% 0.37% -
HSV(B) 149.44º 0.73% 0.58% -
XYZ 13.44 22.42 13.98 -
YUV 109.44 118.72 78.47 -
System Red Green Blue C M Y K H S L
Decimal 40 148 93 0.73 0 0.37 0.42 149.44 0.57 0.37
Hex 28 94 5D 49 0 25 2A 95 39 25
Octal 50 224 135 111 0 45 52 225 71 45
Binary 101000 10010100 1011101 1001001 0 100101 101010 10010101 111001 100101

Color Harmonies of #28945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28945D

Black with #28945D

Text Example


Text Example

White with #28945D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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