Html Css Color HEX #28AE82 Jungle Green

📋 copy color: '#28AE82'

red 40 ◦ green 174 ◦ blue 130

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

Shades of Jungle Green #28AE82

Tints of Jungle Green #28AE82

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.58%

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 11.63%
G = 50.58%
B = 37.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#28AE82 (or 0x28AE82) is known color: Jungle Green. HEX triplet: 28, AE and 82. RGB value is (40,174,130). Sum of RGB (Red+Green+Blue) = 40+174+130=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AE82 is #D7517D. Grayscale: #808080. Windows color (decimal): -14111102 or 8564264. OLE color: 8564264.

HSL color Cylindrical-coordinate representation of color #28AE82: hue angle of 160.3º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AE82 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 174 130 -
CMYK 0.77 0 0.25 0.32
HSL 160.3º 0.63% 0.42% -
HSV(B) 160.3º 0.77% 0.68% -
XYZ 20.04 32.33 26.3 -
YUV 128.92 128.61 64.58 -
System Red Green Blue C M Y K H S L
Decimal 40 174 130 0.77 0 0.25 0.32 160.3 0.63 0.42
Hex 28 AE 82 4D 0 19 20 A0 3F 2A
Octal 50 256 202 115 0 31 40 240 77 52
Binary 101000 10101110 10000010 1001101 0 11001 100000 10100000 111111 101010

Color Harmonies of #28AE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AE82

Black with #28AE82

Text Example


Text Example

White with #28AE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,174,130); }

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

background-color css

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

 a { background-color: rgb(40,174,130); }

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

border-color css

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

 span { border-color: rgb(40,174,130); }

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