Html Css Color HEX #28965A Eucalyptus

📋 copy color: '#28965A'

red 40 ◦ green 150 ◦ blue 90

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

Shades of Eucalyptus #28965A

Tints of Eucalyptus #28965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 14.29%
G = 53.57%
B = 32.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#28965A (or 0x28965A) is known color: Eucalyptus. HEX triplet: 28, 96 and 5A. RGB value is (40,150,90). Sum of RGB (Red+Green+Blue) = 40+150+90=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #28965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28965A is #D769A5. Grayscale: #6E6E6E. Windows color (decimal): -14117286 or 5936680. OLE color: 5936680.

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

Color convert

RGB 40 150 90 -
CMYK 0.73 0 0.4 0.41
HSL 147.27º 0.58% 0.37% -
HSV(B) 147.27º 0.73% 0.59% -
XYZ 13.63 23 13.39 -
YUV 110.27 116.56 77.88 -
System Red Green Blue C M Y K H S L
Decimal 40 150 90 0.73 0 0.4 0.41 147.27 0.58 0.37
Hex 28 96 5A 49 0 28 29 93 3A 25
Octal 50 226 132 111 0 50 51 223 72 45
Binary 101000 10010110 1011010 1001001 0 101000 101001 10010011 111010 100101

Color Harmonies of #28965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28965A

Black with #28965A

Text Example


Text Example

White with #28965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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