Html Css Color HEX #28975F Eucalyptus

📋 copy color: '#28975F'

red 40 ◦ green 151 ◦ blue 95

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

Shades of Eucalyptus #28975F

Tints of Eucalyptus #28975F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 13.99%
G = 52.8%
B = 33.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#28975F (or 0x28975F) is known color: Eucalyptus. HEX triplet: 28, 97 and 5F. RGB value is (40,151,95). Sum of RGB (Red+Green+Blue) = 40+151+95=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #28975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28975F is #D768A0. Grayscale: #6F6F6F. Windows color (decimal): -14117025 or 6264616. OLE color: 6264616.

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

Color convert

RGB 40 151 95 -
CMYK 0.74 0 0.37 0.41
HSL 149.73º 0.58% 0.37% -
HSV(B) 149.73º 0.74% 0.59% -
XYZ 14.01 23.41 14.61 -
YUV 111.43 118.73 77.05 -
System Red Green Blue C M Y K H S L
Decimal 40 151 95 0.74 0 0.37 0.41 149.73 0.58 0.37
Hex 28 97 5F 4A 0 25 29 96 3A 25
Octal 50 227 137 112 0 45 51 226 72 45
Binary 101000 10010111 1011111 1001010 0 100101 101001 10010110 111010 100101

Color Harmonies of #28975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28975F

Black with #28975F

Text Example


Text Example

White with #28975F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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