Html Css Color HEX #28B482 Jungle Green

📋 copy color: '#28B482'

red 40 ◦ green 180 ◦ blue 130

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

Shades of Jungle Green #28B482

Tints of Jungle Green #28B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.43%

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

R = 11.43%
G = 51.43%
B = 37.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#28B482 (or 0x28B482) is known color: Jungle Green. HEX triplet: 28, B4 and 82. RGB value is (40,180,130). Sum of RGB (Red+Green+Blue) = 40+180+130=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #28B482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B482 is #D74B7D. Grayscale: #848484. Windows color (decimal): -14109566 or 8565800. OLE color: 8565800.

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

Color convert

RGB 40 180 130 -
CMYK 0.78 0 0.28 0.29
HSL 158.57º 0.64% 0.43% -
HSV(B) 158.57º 0.78% 0.71% -
XYZ 21.23 34.71 26.7 -
YUV 132.44 126.62 62.07 -
System Red Green Blue C M Y K H S L
Decimal 40 180 130 0.78 0 0.28 0.29 158.57 0.64 0.43
Hex 28 B4 82 4E 0 1C 1D 9F 40 2B
Octal 50 264 202 116 0 34 35 237 100 53
Binary 101000 10110100 10000010 1001110 0 11100 11101 10011111 1000000 101011

Color Harmonies of #28B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B482

Black with #28B482

Text Example


Text Example

White with #28B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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