Html Css Color HEX #28975A Eucalyptus

📋 copy color: '#28975A'

red 40 ◦ green 151 ◦ blue 90

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

Shades of Eucalyptus #28975A

Tints of Eucalyptus #28975A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.74%

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 14.23%
G = 53.74%
B = 32.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#28975A (or 0x28975A) is known color: Eucalyptus. HEX triplet: 28, 97 and 5A. RGB value is (40,151,90). Sum of RGB (Red+Green+Blue) = 40+151+90=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #28975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28975A is #D768A5. Grayscale: #6E6E6E. Windows color (decimal): -14117030 or 5936936. OLE color: 5936936.

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

Color convert

RGB 40 151 90 -
CMYK 0.74 0 0.40 0.41
HSL 147.03º 0.58% 0.37% -
HSV(B) 147.03º 0.74% 0.59% -
XYZ 13.79 23.32 13.45 -
YUV 110.86 116.23 77.46 -
System Red Green Blue C M Y K H S L
Decimal 40 151 90 0.74 0 0.40 0.41 147.03 0.58 0.37
Hex 28 97 5A 4A 0 28 29 93 3A 25
Octal 50 227 132 112 0 50 51 223 72 45
Binary 101000 10010111 1011010 1001010 0 101000 101001 10010011 111010 100101

Color Harmonies of #28975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28975A

Black with #28975A

Text Example


Text Example

White with #28975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28975A; }

 p { color: rgb(40,151,90); }

 H1.HeaderClassName
 {
   color: #28975A;
 }
 .AnyTagClassName
 {
   color: #28975A;
 }
</style>

background-color css

<style>
 a { background-color: #28975A; }

 a { background-color: rgb(40,151,90); }

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

border-color css

<style>
 span { border-color: #28975A; }

 span { border-color: rgb(40,151,90); }

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