Html Css Color HEX #28B182 Jungle Green

📋 copy color: '#28B182'

red 40 ◦ green 177 ◦ blue 130

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

Shades of Jungle Green #28B182

Tints of Jungle Green #28B182

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.01%

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

R = 11.53%
G = 51.01%
B = 37.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#28B182 (or 0x28B182) is known color: Jungle Green. HEX triplet: 28, B1 and 82. RGB value is (40,177,130). Sum of RGB (Red+Green+Blue) = 40+177+130=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #28B182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B182 is #D74E7D. Grayscale: #828282. Windows color (decimal): -14110334 or 8565032. OLE color: 8565032.

HSL color Cylindrical-coordinate representation of color #28B182: hue angle of 159.42º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B182 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 177 130 -
CMYK 0.77 0 0.27 0.31
HSL 159.42º 0.63% 0.43% -
HSV(B) 159.42º 0.77% 0.69% -
XYZ 20.63 33.51 26.5 -
YUV 130.68 127.61 63.32 -
System Red Green Blue C M Y K H S L
Decimal 40 177 130 0.77 0 0.27 0.31 159.42 0.63 0.43
Hex 28 B1 82 4D 0 1B 1F 9F 3F 2B
Octal 50 261 202 115 0 33 37 237 77 53
Binary 101000 10110001 10000010 1001101 0 11011 11111 10011111 111111 101011

Color Harmonies of #28B182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B182

Black with #28B182

Text Example


Text Example

White with #28B182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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