Html Css Color HEX #28A46A Eucalyptus

📋 copy color: '#28A46A'

red 40 ◦ green 164 ◦ blue 106

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

Shades of Eucalyptus #28A46A

Tints of Eucalyptus #28A46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 12.9%
G = 52.9%
B = 34.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#28A46A (or 0x28A46A) is known color: Eucalyptus. HEX triplet: 28, A4 and 6A. RGB value is (40,164,106). Sum of RGB (Red+Green+Blue) = 40+164+106=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #28A46A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A46A is #D75B95. Grayscale: #787878. Windows color (decimal): -14113686 or 6988840. OLE color: 6988840.

HSL color Cylindrical-coordinate representation of color #28A46A: hue angle of 151.94º 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 #28A46A is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 164 106 -
CMYK 0.76 0 0.35 0.36
HSL 151.94º 0.61% 0.4% -
HSV(B) 151.94º 0.76% 0.64% -
XYZ 16.75 28.04 18.17 -
YUV 120.31 119.92 70.72 -
System Red Green Blue C M Y K H S L
Decimal 40 164 106 0.76 0 0.35 0.36 151.94 0.61 0.4
Hex 28 A4 6A 4C 0 23 24 98 3D 28
Octal 50 244 152 114 0 43 44 230 75 50
Binary 101000 10100100 1101010 1001100 0 100011 100100 10011000 111101 101000

Color Harmonies of #28A46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A46A

Black with #28A46A

Text Example


Text Example

White with #28A46A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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