Html Css Color HEX #28AB82 Jungle Green

📋 copy color: '#28AB82'

red 40 ◦ green 171 ◦ blue 130

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

Shades of Jungle Green #28AB82

Tints of Jungle Green #28AB82

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.15%

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

R = 11.73%
G = 50.15%
B = 38.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#28AB82 (or 0x28AB82) is known color: Jungle Green. HEX triplet: 28, AB and 82. RGB value is (40,171,130). Sum of RGB (Red+Green+Blue) = 40+171+130=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AB82 is #D7547D. Grayscale: #7F7F7F. Windows color (decimal): -14111870 or 8563496. OLE color: 8563496.

HSL color Cylindrical-coordinate representation of color #28AB82: hue angle of 161.22º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB82 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 171 130 -
CMYK 0.77 0 0.24 0.33
HSL 161.22º 0.62% 0.41% -
HSV(B) 161.22º 0.77% 0.67% -
XYZ 19.47 31.19 26.11 -
YUV 127.16 129.6 65.83 -
System Red Green Blue C M Y K H S L
Decimal 40 171 130 0.77 0 0.24 0.33 161.22 0.62 0.41
Hex 28 AB 82 4D 0 18 21 A1 3E 29
Octal 50 253 202 115 0 30 41 241 76 51
Binary 101000 10101011 10000010 1001101 0 11000 100001 10100001 111110 101001

Color Harmonies of #28AB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AB82

Black with #28AB82

Text Example


Text Example

White with #28AB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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