Html Css Color HEX #28AD64 Eucalyptus

📋 copy color: '#28AD64'

red 40 ◦ green 173 ◦ blue 100

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

Shades of Eucalyptus #28AD64

Tints of Eucalyptus #28AD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.27%

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 12.78%
G = 55.27%
B = 31.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#28AD64 (or 0x28AD64) is known color: Eucalyptus. HEX triplet: 28, AD and 64. RGB value is (40,173,100). Sum of RGB (Red+Green+Blue) = 40+173+100=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AD64 is #D7529B. Grayscale: #7D7D7D. Windows color (decimal): -14111388 or 6597928. OLE color: 6597928.

HSL color Cylindrical-coordinate representation of color #28AD64: hue angle of 147.07º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD64 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 173 100 -
CMYK 0.77 0 0.42 0.32
HSL 147.07º 0.62% 0.42% -
HSV(B) 147.07º 0.77% 0.68% -
XYZ 18.12 31.26 17.14 -
YUV 124.91 113.94 67.44 -
System Red Green Blue C M Y K H S L
Decimal 40 173 100 0.77 0 0.42 0.32 147.07 0.62 0.42
Hex 28 AD 64 4D 0 2A 20 93 3E 2A
Octal 50 255 144 115 0 52 40 223 76 52
Binary 101000 10101101 1100100 1001101 0 101010 100000 10010011 111110 101010

Color Harmonies of #28AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AD64

Black with #28AD64

Text Example


Text Example

White with #28AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,173,100); }

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

background-color css

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

 a { background-color: rgb(40,173,100); }

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

border-color css

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

 span { border-color: rgb(40,173,100); }

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