Html Css Color HEX #28975D Eucalyptus

📋 copy color: '#28975D'

red 40 ◦ green 151 ◦ blue 93

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

Shades of Eucalyptus #28975D

Tints of Eucalyptus #28975D

RGB

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

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

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

R = 14.08%
G = 53.17%
B = 32.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#28975D (or 0x28975D) is known color: Eucalyptus. HEX triplet: 28, 97 and 5D. RGB value is (40,151,93). Sum of RGB (Red+Green+Blue) = 40+151+93=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #28975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28975D is #D768A2. Grayscale: #6F6F6F. Windows color (decimal): -14117027 or 6133544. OLE color: 6133544.

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

Color convert

RGB 40 151 93 -
CMYK 0.74 0 0.38 0.41
HSL 148.65º 0.58% 0.37% -
HSV(B) 148.65º 0.74% 0.59% -
XYZ 13.92 23.37 14.13 -
YUV 111.2 117.73 77.22 -
System Red Green Blue C M Y K H S L
Decimal 40 151 93 0.74 0 0.38 0.41 148.65 0.58 0.37
Hex 28 97 5D 4A 0 26 29 95 3A 25
Octal 50 227 135 112 0 46 51 225 72 45
Binary 101000 10010111 1011101 1001010 0 100110 101001 10010101 111010 100101

Color Harmonies of #28975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28975D

Black with #28975D

Text Example


Text Example

White with #28975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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