Html Css Color HEX #28B087 Jungle Green

📋 copy color: '#28B087'

red 40 ◦ green 176 ◦ blue 135

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

Shades of Jungle Green #28B087

Tints of Jungle Green #28B087

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.14%

 BLUE value IS 135 (53.13% from 255) = 38.46%

R = 11.4%
G = 50.14%
B = 38.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#28B087 (or 0x28B087) is known color: Jungle Green. HEX triplet: 28, B0 and 87. RGB value is (40,176,135). Sum of RGB (Red+Green+Blue) = 40+176+135=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #28B087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B087 is #D74F78. Grayscale: #828282. Windows color (decimal): -14110585 or 8892456. OLE color: 8892456.

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

Color convert

RGB 40 176 135 -
CMYK 0.77 0 0.23 0.31
HSL 161.91º 0.63% 0.42% -
HSV(B) 161.91º 0.77% 0.69% -
XYZ 20.77 33.25 28.24 -
YUV 130.66 130.44 63.33 -
System Red Green Blue C M Y K H S L
Decimal 40 176 135 0.77 0 0.23 0.31 161.91 0.63 0.42
Hex 28 B0 87 4D 0 17 1F A2 3F 2A
Octal 50 260 207 115 0 27 37 242 77 52
Binary 101000 10110000 10000111 1001101 0 10111 11111 10100010 111111 101010

Color Harmonies of #28B087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B087

Black with #28B087

Text Example


Text Example

White with #28B087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,176,135); }

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

background-color css

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

 a { background-color: rgb(40,176,135); }

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

border-color css

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

 span { border-color: rgb(40,176,135); }

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