Html Css Color HEX #28BB8D Jungle Green

📋 copy color: '#28BB8D'

red 40 ◦ green 187 ◦ blue 141

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

Shades of Jungle Green #28BB8D

Tints of Jungle Green #28BB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.82%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 10.87%
G = 50.82%
B = 38.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#28BB8D (or 0x28BB8D) is known color: Jungle Green. HEX triplet: 28, BB and 8D. RGB value is (40,187,141). Sum of RGB (Red+Green+Blue) = 40+187+141=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BB8D is #D74472. Grayscale: #898989. Windows color (decimal): -14107763 or 9288488. OLE color: 9288488.

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

Color convert

RGB 40 187 141 -
CMYK 0.79 0 0.25 0.27
HSL 161.22º 0.65% 0.45% -
HSV(B) 161.22º 0.79% 0.73% -
XYZ 23.45 37.91 31.28 -
YUV 137.8 129.8 58.24 -
System Red Green Blue C M Y K H S L
Decimal 40 187 141 0.79 0 0.25 0.27 161.22 0.65 0.45
Hex 28 BB 8D 4F 0 19 1B A1 41 2D
Octal 50 273 215 117 0 31 33 241 101 55
Binary 101000 10111011 10001101 1001111 0 11001 11011 10100001 1000001 101101

Color Harmonies of #28BB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BB8D

Black with #28BB8D

Text Example


Text Example

White with #28BB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,187,141); }

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

background-color css

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

 a { background-color: rgb(40,187,141); }

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

border-color css

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

 span { border-color: rgb(40,187,141); }

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