Html Css Color HEX #28915F Eucalyptus

📋 copy color: '#28915F'

red 40 ◦ green 145 ◦ blue 95

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

Shades of Eucalyptus #28915F

Tints of Eucalyptus #28915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.79%

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

R = 14.29%
G = 51.79%
B = 33.93%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#28915F (or 0x28915F) is known color: Eucalyptus. HEX triplet: 28, 91 and 5F. RGB value is (40,145,95). Sum of RGB (Red+Green+Blue) = 40+145+95=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #28915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28915F is #D76EA0. Grayscale: #6C6C6C. Windows color (decimal): -14118561 or 6263080. OLE color: 6263080.

HSL color Cylindrical-coordinate representation of color #28915F: hue angle of 151.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28915F is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 145 95 -
CMYK 0.72 0 0.34 0.43
HSL 151.43º 0.57% 0.36% -
HSV(B) 151.43º 0.72% 0.57% -
XYZ 13.07 21.53 14.29 -
YUV 107.91 120.71 79.57 -
System Red Green Blue C M Y K H S L
Decimal 40 145 95 0.72 0 0.34 0.43 151.43 0.57 0.36
Hex 28 91 5F 48 0 22 2B 97 39 24
Octal 50 221 137 110 0 42 53 227 71 44
Binary 101000 10010001 1011111 1001000 0 100010 101011 10010111 111001 100100

Color Harmonies of #28915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28915F

Black with #28915F

Text Example


Text Example

White with #28915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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