Html Css Color HEX #28995B Eucalyptus

📋 copy color: '#28995B'

red 40 ◦ green 153 ◦ blue 91

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

Shades of Eucalyptus #28995B

Tints of Eucalyptus #28995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 14.08%
G = 53.87%
B = 32.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#28995B (or 0x28995B) is known color: Eucalyptus. HEX triplet: 28, 99 and 5B. RGB value is (40,153,91). Sum of RGB (Red+Green+Blue) = 40+153+91=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #28995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28995B is #D766A4. Grayscale: #707070. Windows color (decimal): -14116517 or 6002984. OLE color: 6002984.

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

Color convert

RGB 40 153 91 -
CMYK 0.74 0 0.41 0.4
HSL 147.08º 0.59% 0.38% -
HSV(B) 147.08º 0.74% 0.6% -
XYZ 14.15 23.99 13.78 -
YUV 112.15 116.06 76.54 -
System Red Green Blue C M Y K H S L
Decimal 40 153 91 0.74 0 0.41 0.4 147.08 0.59 0.38
Hex 28 99 5B 4A 0 29 28 93 3B 26
Octal 50 231 133 112 0 51 50 223 73 46
Binary 101000 10011001 1011011 1001010 0 101001 101000 10010011 111011 100110

Color Harmonies of #28995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28995B

Black with #28995B

Text Example


Text Example

White with #28995B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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