Html Css Color HEX #28AF87 Jungle Green

📋 copy color: '#28AF87'

red 40 ◦ green 175 ◦ blue 135

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

Shades of Jungle Green #28AF87

Tints of Jungle Green #28AF87

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50%

 BLUE value IS 135 (53.13% from 255) = 38.57%

R = 11.43%
G = 50%
B = 38.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#28AF87 (or 0x28AF87) is known color: Jungle Green. HEX triplet: 28, AF and 87. RGB value is (40,175,135). Sum of RGB (Red+Green+Blue) = 40+175+135=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AF87 is #D75078. Grayscale: #828282. Windows color (decimal): -14110841 or 8892200. OLE color: 8892200.

HSL color Cylindrical-coordinate representation of color #28AF87: hue angle of 162.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF87 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 175 135 -
CMYK 0.77 0 0.23 0.31
HSL 162.22º 0.63% 0.42% -
HSV(B) 162.22º 0.77% 0.69% -
XYZ 20.58 32.86 28.18 -
YUV 130.08 130.77 63.75 -
System Red Green Blue C M Y K H S L
Decimal 40 175 135 0.77 0 0.23 0.31 162.22 0.63 0.42
Hex 28 AF 87 4D 0 17 1F A2 3F 2A
Octal 50 257 207 115 0 27 37 242 77 52
Binary 101000 10101111 10000111 1001101 0 10111 11111 10100010 111111 101010

Color Harmonies of #28AF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF87

Black with #28AF87

Text Example


Text Example

White with #28AF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,175,135); }

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

background-color css

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

 a { background-color: rgb(40,175,135); }

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

border-color css

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

 span { border-color: rgb(40,175,135); }

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