Html Css Color HEX #28966A Eucalyptus

📋 copy color: '#28966A'

red 40 ◦ green 150 ◦ blue 106

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

Shades of Eucalyptus #28966A

Tints of Eucalyptus #28966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.68%

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

R = 13.51%
G = 50.68%
B = 35.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#28966A (or 0x28966A) is known color: Eucalyptus. HEX triplet: 28, 96 and 6A. RGB value is (40,150,106). Sum of RGB (Red+Green+Blue) = 40+150+106=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #28966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28966A is #D76995. Grayscale: #707070. Windows color (decimal): -14117270 or 6985256. OLE color: 6985256.

HSL color Cylindrical-coordinate representation of color #28966A: hue angle of 156º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28966A is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 150 106 -
CMYK 0.73 0 0.29 0.41
HSL 156º 0.58% 0.37% -
HSV(B) 156º 0.73% 0.59% -
XYZ 14.38 23.3 17.38 -
YUV 112.09 124.56 76.58 -
System Red Green Blue C M Y K H S L
Decimal 40 150 106 0.73 0 0.29 0.41 156 0.58 0.37
Hex 28 96 6A 49 0 1D 29 9C 3A 25
Octal 50 226 152 111 0 35 51 234 72 45
Binary 101000 10010110 1101010 1001001 0 11101 101001 10011100 111010 100101

Color Harmonies of #28966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28966A

Black with #28966A

Text Example


Text Example

White with #28966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28966A; }

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

 H1.HeaderClassName
 {
   color: #28966A;
 }
 .AnyTagClassName
 {
   color: #28966A;
 }
</style>

background-color css

<style>
 a { background-color: #28966A; }

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

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

border-color css

<style>
 span { border-color: #28966A; }

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

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