Html Css Color HEX #28965F Eucalyptus

📋 copy color: '#28965F'

red 40 ◦ green 150 ◦ blue 95

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

Shades of Eucalyptus #28965F

Tints of Eucalyptus #28965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.63%

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

R = 14.04%
G = 52.63%
B = 33.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#28965F (or 0x28965F) is known color: Eucalyptus. HEX triplet: 28, 96 and 5F. RGB value is (40,150,95). Sum of RGB (Red+Green+Blue) = 40+150+95=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #28965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28965F is #D769A0. Grayscale: #6E6E6E. Windows color (decimal): -14117281 or 6264360. OLE color: 6264360.

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

Color convert

RGB 40 150 95 -
CMYK 0.73 0 0.37 0.41
HSL 150º 0.58% 0.37% -
HSV(B) 150º 0.73% 0.59% -
XYZ 13.85 23.09 14.55 -
YUV 110.84 119.06 77.47 -
System Red Green Blue C M Y K H S L
Decimal 40 150 95 0.73 0 0.37 0.41 150 0.58 0.37
Hex 28 96 5F 49 0 25 29 96 3A 25
Octal 50 226 137 111 0 45 51 226 72 45
Binary 101000 10010110 1011111 1001001 0 100101 101001 10010110 111010 100101

Color Harmonies of #28965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28965F

Black with #28965F

Text Example


Text Example

White with #28965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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