Html Css Color HEX #28A270 Eucalyptus

📋 copy color: '#28A270'

red 40 ◦ green 162 ◦ blue 112

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

Shades of Eucalyptus #28A270

Tints of Eucalyptus #28A270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.59%

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

R = 12.74%
G = 51.59%
B = 35.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#28A270 (or 0x28A270) is known color: Eucalyptus. HEX triplet: 28, A2 and 70. RGB value is (40,162,112). Sum of RGB (Red+Green+Blue) = 40+162+112=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #28A270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A270 is #D75D8F. Grayscale: #777777. Windows color (decimal): -14114192 or 7381544. OLE color: 7381544.

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

Color convert

RGB 40 162 112 -
CMYK 0.75 0 0.31 0.36
HSL 155.41º 0.6% 0.4% -
HSV(B) 155.41º 0.75% 0.64% -
XYZ 16.72 27.46 19.75 -
YUV 119.82 123.58 71.07 -
System Red Green Blue C M Y K H S L
Decimal 40 162 112 0.75 0 0.31 0.36 155.41 0.6 0.4
Hex 28 A2 70 4B 0 1F 24 9B 3C 28
Octal 50 242 160 113 0 37 44 233 74 50
Binary 101000 10100010 1110000 1001011 0 11111 100100 10011011 111100 101000

Color Harmonies of #28A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A270

Black with #28A270

Text Example


Text Example

White with #28A270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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