Html Css Color HEX #28966B Eucalyptus

📋 copy color: '#28966B'

red 40 ◦ green 150 ◦ blue 107

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

Shades of Eucalyptus #28966B

Tints of Eucalyptus #28966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 13.47%
G = 50.51%
B = 36.03%

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

#28966B (or 0x28966B) is known color: Eucalyptus. HEX triplet: 28, 96 and 6B. RGB value is (40,150,107). Sum of RGB (Red+Green+Blue) = 40+150+107=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #28966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28966B is #D76994. Grayscale: #707070. Windows color (decimal): -14117269 or 7050792. OLE color: 7050792.

HSL color Cylindrical-coordinate representation of color #28966B: hue angle of 156.55º 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 #28966B is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 150 107 -
CMYK 0.73 0 0.29 0.41
HSL 156.55º 0.58% 0.37% -
HSV(B) 156.55º 0.73% 0.59% -
XYZ 14.44 23.33 17.65 -
YUV 112.21 125.06 76.5 -
System Red Green Blue C M Y K H S L
Decimal 40 150 107 0.73 0 0.29 0.41 156.55 0.58 0.37
Hex 28 96 6B 49 0 1D 29 9D 3A 25
Octal 50 226 153 111 0 35 51 235 72 45
Binary 101000 10010110 1101011 1001001 0 11101 101001 10011101 111010 100101

Color Harmonies of #28966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28966B

Black with #28966B

Text Example


Text Example

White with #28966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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