Html Css Color HEX #28BA88 Jungle Green

📋 copy color: '#28BA88'

red 40 ◦ green 186 ◦ blue 136

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

Shades of Jungle Green #28BA88

Tints of Jungle Green #28BA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.38%

 BLUE value IS 136 (53.52% from 255) = 37.57%

R = 11.05%
G = 51.38%
B = 37.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#28BA88 (or 0x28BA88) is known color: Jungle Green. HEX triplet: 28, BA and 88. RGB value is (40,186,136). Sum of RGB (Red+Green+Blue) = 40+186+136=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BA88 is #D74577. Grayscale: #888888. Windows color (decimal): -14108024 or 8960552. OLE color: 8960552.

HSL color Cylindrical-coordinate representation of color #28BA88: hue angle of 159.45º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA88 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 186 136 -
CMYK 0.78 0 0.27 0.27
HSL 159.45º 0.65% 0.44% -
HSV(B) 159.45º 0.78% 0.73% -
XYZ 22.88 37.35 29.3 -
YUV 136.65 127.63 59.07 -
System Red Green Blue C M Y K H S L
Decimal 40 186 136 0.78 0 0.27 0.27 159.45 0.65 0.44
Hex 28 BA 88 4E 0 1B 1B 9F 41 2C
Octal 50 272 210 116 0 33 33 237 101 54
Binary 101000 10111010 10001000 1001110 0 11011 11011 10011111 1000001 101100

Color Harmonies of #28BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BA88

Black with #28BA88

Text Example


Text Example

White with #28BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,186,136); }

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

background-color css

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

 a { background-color: rgb(40,186,136); }

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

border-color css

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

 span { border-color: rgb(40,186,136); }

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