Html Css Color HEX #28A070 Eucalyptus

📋 copy color: '#28A070'

red 40 ◦ green 160 ◦ blue 112

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

Shades of Eucalyptus #28A070

Tints of Eucalyptus #28A070

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.28%

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 12.82%
G = 51.28%
B = 35.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#28A070 (or 0x28A070) is known color: Eucalyptus. HEX triplet: 28, A0 and 70. RGB value is (40,160,112). Sum of RGB (Red+Green+Blue) = 40+160+112=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #28A070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A070 is #D75F8F. Grayscale: #767676. Windows color (decimal): -14114704 or 7381032. OLE color: 7381032.

HSL color Cylindrical-coordinate representation of color #28A070: hue angle of 156º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A070 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 160 112 -
CMYK 0.75 0 0.30 0.37
HSL 156º 0.6% 0.39% -
HSV(B) 156º 0.75% 0.63% -
XYZ 16.37 26.76 19.63 -
YUV 118.65 124.24 71.9 -
System Red Green Blue C M Y K H S L
Decimal 40 160 112 0.75 0 0.30 0.37 156 0.6 0.39
Hex 28 A0 70 4B 0 1E 25 9C 3C 27
Octal 50 240 160 113 0 36 45 234 74 47
Binary 101000 10100000 1110000 1001011 0 11110 100101 10011100 111100 100111

Color Harmonies of #28A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A070

Black with #28A070

Text Example


Text Example

White with #28A070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,160,112); }

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

background-color css

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

 a { background-color: rgb(40,160,112); }

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

border-color css

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

 span { border-color: rgb(40,160,112); }

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