Html Css Color HEX #28A464 Eucalyptus

📋 copy color: '#28A464'

red 40 ◦ green 164 ◦ blue 100

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

Shades of Eucalyptus #28A464

Tints of Eucalyptus #28A464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.95%

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

R = 13.16%
G = 53.95%
B = 32.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#28A464 (or 0x28A464) is known color: Eucalyptus. HEX triplet: 28, A4 and 64. RGB value is (40,164,100). Sum of RGB (Red+Green+Blue) = 40+164+100=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #28A464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A464 is #D75B9B. Grayscale: #777777. Windows color (decimal): -14113692 or 6595624. OLE color: 6595624.

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

Color convert

RGB 40 164 100 -
CMYK 0.76 0 0.39 0.36
HSL 149.03º 0.61% 0.4% -
HSV(B) 149.03º 0.76% 0.64% -
XYZ 16.45 27.92 16.58 -
YUV 119.63 116.92 71.2 -
System Red Green Blue C M Y K H S L
Decimal 40 164 100 0.76 0 0.39 0.36 149.03 0.61 0.4
Hex 28 A4 64 4C 0 27 24 95 3D 28
Octal 50 244 144 114 0 47 44 225 75 50
Binary 101000 10100100 1100100 1001100 0 100111 100100 10010101 111101 101000

Color Harmonies of #28A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A464

Black with #28A464

Text Example


Text Example

White with #28A464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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