Html Css Color HEX #28BA8B Jungle Green

📋 copy color: '#28BA8B'

red 40 ◦ green 186 ◦ blue 139

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

Shades of Jungle Green #28BA8B

Tints of Jungle Green #28BA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 10.96%
G = 50.96%
B = 38.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#28BA8B (or 0x28BA8B) is known color: Jungle Green. HEX triplet: 28, BA and 8B. RGB value is (40,186,139). Sum of RGB (Red+Green+Blue) = 40+186+139=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BA8B is #D74574. Grayscale: #898989. Windows color (decimal): -14108021 or 9157160. OLE color: 9157160.

HSL color Cylindrical-coordinate representation of color #28BA8B: hue angle of 160.68º 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 #28BA8B is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 186 139 -
CMYK 0.78 0 0.25 0.27
HSL 160.68º 0.65% 0.44% -
HSV(B) 160.68º 0.78% 0.73% -
XYZ 23.09 37.43 30.43 -
YUV 136.99 129.13 58.82 -
System Red Green Blue C M Y K H S L
Decimal 40 186 139 0.78 0 0.25 0.27 160.68 0.65 0.44
Hex 28 BA 8B 4E 0 19 1B A1 41 2C
Octal 50 272 213 116 0 31 33 241 101 54
Binary 101000 10111010 10001011 1001110 0 11001 11011 10100001 1000001 101100

Color Harmonies of #28BA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BA8B

Black with #28BA8B

Text Example


Text Example

White with #28BA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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