Html Css Color HEX #28995F Eucalyptus

📋 copy color: '#28995F'

red 40 ◦ green 153 ◦ blue 95

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

Shades of Eucalyptus #28995F

Tints of Eucalyptus #28995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.13%

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

R = 13.89%
G = 53.13%
B = 32.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#28995F (or 0x28995F) is known color: Eucalyptus. HEX triplet: 28, 99 and 5F. RGB value is (40,153,95). Sum of RGB (Red+Green+Blue) = 40+153+95=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #28995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28995F is #D766A0. Grayscale: #707070. Windows color (decimal): -14116513 or 6265128. OLE color: 6265128.

HSL color Cylindrical-coordinate representation of color #28995F: hue angle of 149.2º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28995F is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 153 95 -
CMYK 0.74 0 0.38 0.4
HSL 149.2º 0.59% 0.38% -
HSV(B) 149.2º 0.74% 0.6% -
XYZ 14.33 24.06 14.72 -
YUV 112.6 118.06 76.22 -
System Red Green Blue C M Y K H S L
Decimal 40 153 95 0.74 0 0.38 0.4 149.2 0.59 0.38
Hex 28 99 5F 4A 0 26 28 95 3B 26
Octal 50 231 137 112 0 46 50 225 73 46
Binary 101000 10011001 1011111 1001010 0 100110 101000 10010101 111011 100110

Color Harmonies of #28995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28995F

Black with #28995F

Text Example


Text Example

White with #28995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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