Html Css Color HEX #28A062 Eucalyptus

📋 copy color: '#28A062'

red 40 ◦ green 160 ◦ blue 98

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

Shades of Eucalyptus #28A062

Tints of Eucalyptus #28A062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 13.42%
G = 53.69%
B = 32.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#28A062 (or 0x28A062) is known color: Eucalyptus. HEX triplet: 28, A0 and 62. RGB value is (40,160,98). Sum of RGB (Red+Green+Blue) = 40+160+98=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #28A062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A062 is #D75F9D. Grayscale: #757575. Windows color (decimal): -14114718 or 6463528. OLE color: 6463528.

HSL color Cylindrical-coordinate representation of color #28A062: hue angle of 149º 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 #28A062 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 160 98 -
CMYK 0.75 0 0.39 0.37
HSL 149º 0.6% 0.39% -
HSV(B) 149º 0.75% 0.63% -
XYZ 15.65 26.47 15.84 -
YUV 117.05 117.24 73.04 -
System Red Green Blue C M Y K H S L
Decimal 40 160 98 0.75 0 0.39 0.37 149 0.6 0.39
Hex 28 A0 62 4B 0 27 25 95 3C 27
Octal 50 240 142 113 0 47 45 225 74 47
Binary 101000 10100000 1100010 1001011 0 100111 100101 10010101 111100 100111

Color Harmonies of #28A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A062

Black with #28A062

Text Example


Text Example

White with #28A062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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