Html Css Color HEX #28BC8F Jungle Green

📋 copy color: '#28BC8F'

red 40 ◦ green 188 ◦ blue 143

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

Shades of Jungle Green #28BC8F

Tints of Jungle Green #28BC8F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.67%

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 10.78%
G = 50.67%
B = 38.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#28BC8F (or 0x28BC8F) is known color: Jungle Green. HEX triplet: 28, BC and 8F. RGB value is (40,188,143). Sum of RGB (Red+Green+Blue) = 40+188+143=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BC8F is #D74370. Grayscale: #8A8A8A. Windows color (decimal): -14107505 or 9419816. OLE color: 9419816.

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

Color convert

RGB 40 188 143 -
CMYK 0.79 0 0.24 0.26
HSL 161.76º 0.65% 0.45% -
HSV(B) 161.76º 0.79% 0.74% -
XYZ 23.82 38.4 32.14 -
YUV 138.62 130.47 57.66 -
System Red Green Blue C M Y K H S L
Decimal 40 188 143 0.79 0 0.24 0.26 161.76 0.65 0.45
Hex 28 BC 8F 4F 0 18 1A A2 41 2D
Octal 50 274 217 117 0 30 32 242 101 55
Binary 101000 10111100 10001111 1001111 0 11000 11010 10100010 1000001 101101

Color Harmonies of #28BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BC8F

Black with #28BC8F

Text Example


Text Example

White with #28BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,188,143); }

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

background-color css

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

 a { background-color: rgb(40,188,143); }

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

border-color css

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

 span { border-color: rgb(40,188,143); }

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