Html Css Color HEX #28A87D Jungle Green

📋 copy color: '#28A87D'

red 40 ◦ green 168 ◦ blue 125

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

Shades of Jungle Green #28A87D

Tints of Jungle Green #28A87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.45%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 12.01%
G = 50.45%
B = 37.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#28A87D (or 0x28A87D) is known color: Jungle Green. HEX triplet: 28, A8 and 7D. RGB value is (40,168,125). Sum of RGB (Red+Green+Blue) = 40+168+125=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #28A87D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A87D is #D75782. Grayscale: #7C7C7C. Windows color (decimal): -14112643 or 8235048. OLE color: 8235048.

HSL color Cylindrical-coordinate representation of color #28A87D: hue angle of 159.84º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A87D is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 40 168 125 -
CMYK 0.76 0 0.26 0.34
HSL 159.84º 0.62% 0.41% -
HSV(B) 159.84º 0.76% 0.66% -
XYZ 18.58 29.94 24.2 -
YUV 124.83 128.09 67.5 -
System Red Green Blue C M Y K H S L
Decimal 40 168 125 0.76 0 0.26 0.34 159.84 0.62 0.41
Hex 28 A8 7D 4C 0 1A 22 A0 3E 29
Octal 50 250 175 114 0 32 42 240 76 51
Binary 101000 10101000 1111101 1001100 0 11010 100010 10100000 111110 101001

Color Harmonies of #28A87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A87D

Black with #28A87D

Text Example


Text Example

White with #28A87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,168,125); }

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

background-color css

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

 a { background-color: rgb(40,168,125); }

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

border-color css

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

 span { border-color: rgb(40,168,125); }

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