Html Css Color HEX #28B686 Jungle Green

📋 copy color: '#28B686'

red 40 ◦ green 182 ◦ blue 134

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

Shades of Jungle Green #28B686

Tints of Jungle Green #28B686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.12%

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 11.24%
G = 51.12%
B = 37.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#28B686 (or 0x28B686) is known color: Jungle Green. HEX triplet: 28, B6 and 86. RGB value is (40,182,134). Sum of RGB (Red+Green+Blue) = 40+182+134=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #28B686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B686 is #D74979. Grayscale: #868686. Windows color (decimal): -14109050 or 8828456. OLE color: 8828456.

HSL color Cylindrical-coordinate representation of color #28B686: hue angle of 159.72º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B686 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 182 134 -
CMYK 0.78 0 0.26 0.29
HSL 159.72º 0.64% 0.44% -
HSV(B) 159.72º 0.78% 0.71% -
XYZ 21.91 35.63 28.28 -
YUV 134.07 127.96 60.9 -
System Red Green Blue C M Y K H S L
Decimal 40 182 134 0.78 0 0.26 0.29 159.72 0.64 0.44
Hex 28 B6 86 4E 0 1A 1D A0 40 2C
Octal 50 266 206 116 0 32 35 240 100 54
Binary 101000 10110110 10000110 1001110 0 11010 11101 10100000 1000000 101100

Color Harmonies of #28B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B686

Black with #28B686

Text Example


Text Example

White with #28B686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,182,134); }

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

background-color css

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

 a { background-color: rgb(40,182,134); }

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

border-color css

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

 span { border-color: rgb(40,182,134); }

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