Html Css Color HEX #28A168 Eucalyptus

📋 copy color: '#28A168'

red 40 ◦ green 161 ◦ blue 104

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

Shades of Eucalyptus #28A168

Tints of Eucalyptus #28A168

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.79%

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 13.11%
G = 52.79%
B = 34.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#28A168 (or 0x28A168) is known color: Eucalyptus. HEX triplet: 28, A1 and 68. RGB value is (40,161,104). Sum of RGB (Red+Green+Blue) = 40+161+104=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #28A168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A168 is #D75E97. Grayscale: #767676. Windows color (decimal): -14114456 or 6857000. OLE color: 6857000.

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

Color convert

RGB 40 161 104 -
CMYK 0.75 0 0.35 0.37
HSL 151.74º 0.6% 0.39% -
HSV(B) 151.74º 0.75% 0.63% -
XYZ 16.12 26.94 17.45 -
YUV 118.32 119.91 72.13 -
System Red Green Blue C M Y K H S L
Decimal 40 161 104 0.75 0 0.35 0.37 151.74 0.6 0.39
Hex 28 A1 68 4B 0 23 25 98 3C 27
Octal 50 241 150 113 0 43 45 230 74 47
Binary 101000 10100001 1101000 1001011 0 100011 100101 10011000 111100 100111

Color Harmonies of #28A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A168

Black with #28A168

Text Example


Text Example

White with #28A168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,161,104); }

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

background-color css

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

 a { background-color: rgb(40,161,104); }

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

border-color css

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

 span { border-color: rgb(40,161,104); }

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