Html Css Color HEX #28A650 Eucalyptus

📋 copy color: '#28A650'

red 40 ◦ green 166 ◦ blue 80

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

Shades of Eucalyptus #28A650

Tints of Eucalyptus #28A650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.04%

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 13.99%
G = 58.04%
B = 27.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#28A650 (or 0x28A650) is known color: Eucalyptus. HEX triplet: 28, A6 and 50. RGB value is (40,166,80). Sum of RGB (Red+Green+Blue) = 40+166+80=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #28A650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A650 is #D759AF. Grayscale: #767676. Windows color (decimal): -14113200 or 5285416. OLE color: 5285416.

HSL color Cylindrical-coordinate representation of color #28A650: hue angle of 139.05º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A650 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 40 166 80 -
CMYK 0.76 0 0.52 0.35
HSL 139.05º 0.61% 0.4% -
HSV(B) 139.05º 0.76% 0.65% -
XYZ 15.96 28.3 12.21 -
YUV 118.52 106.26 71.99 -
System Red Green Blue C M Y K H S L
Decimal 40 166 80 0.76 0 0.52 0.35 139.05 0.61 0.4
Hex 28 A6 50 4C 0 34 23 8B 3D 28
Octal 50 246 120 114 0 64 43 213 75 50
Binary 101000 10100110 1010000 1001100 0 110100 100011 10001011 111101 101000

Color Harmonies of #28A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A650

Black with #28A650

Text Example


Text Example

White with #28A650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28A650; }

 p { color: rgb(40,166,80); }

 H1.HeaderClassName
 {
   color: #28A650;
 }
 .AnyTagClassName
 {
   color: #28A650;
 }
</style>

background-color css

<style>
 a { background-color: #28A650; }

 a { background-color: rgb(40,166,80); }

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

border-color css

<style>
 span { border-color: #28A650; }

 span { border-color: rgb(40,166,80); }

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