Html Css Color HEX #28A161 Eucalyptus

📋 copy color: '#28A161'

red 40 ◦ green 161 ◦ blue 97

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

Shades of Eucalyptus #28A161

Tints of Eucalyptus #28A161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 13.42%
G = 54.03%
B = 32.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#28A161 (or 0x28A161) is known color: Eucalyptus. HEX triplet: 28, A1 and 61. RGB value is (40,161,97). Sum of RGB (Red+Green+Blue) = 40+161+97=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #28A161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A161 is #D75E9E. Grayscale: #757575. Windows color (decimal): -14114463 or 6398248. OLE color: 6398248.

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

Color convert

RGB 40 161 97 -
CMYK 0.75 0 0.40 0.37
HSL 148.26º 0.6% 0.39% -
HSV(B) 148.26º 0.75% 0.63% -
XYZ 15.78 26.8 15.65 -
YUV 117.53 116.41 72.7 -
System Red Green Blue C M Y K H S L
Decimal 40 161 97 0.75 0 0.40 0.37 148.26 0.6 0.39
Hex 28 A1 61 4B 0 28 25 94 3C 27
Octal 50 241 141 113 0 50 45 224 74 47
Binary 101000 10100001 1100001 1001011 0 101000 100101 10010100 111100 100111

Color Harmonies of #28A161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A161

Black with #28A161

Text Example


Text Example

White with #28A161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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