Html Css Color HEX #28AF88 Jungle Green

📋 copy color: '#28AF88'

red 40 ◦ green 175 ◦ blue 136

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

Shades of Jungle Green #28AF88

Tints of Jungle Green #28AF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.75%

R = 11.4%
G = 49.86%
B = 38.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#28AF88 (or 0x28AF88) is known color: Jungle Green. HEX triplet: 28, AF and 88. RGB value is (40,175,136). Sum of RGB (Red+Green+Blue) = 40+175+136=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AF88 is #D75077. Grayscale: #828282. Windows color (decimal): -14110840 or 8957736. OLE color: 8957736.

HSL color Cylindrical-coordinate representation of color #28AF88: hue angle of 162.67º 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 #28AF88 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 175 136 -
CMYK 0.77 0 0.22 0.31
HSL 162.67º 0.63% 0.42% -
HSV(B) 162.67º 0.77% 0.69% -
XYZ 20.65 32.89 28.55 -
YUV 130.19 131.27 63.67 -
System Red Green Blue C M Y K H S L
Decimal 40 175 136 0.77 0 0.22 0.31 162.67 0.63 0.42
Hex 28 AF 88 4D 0 16 1F A3 3F 2A
Octal 50 257 210 115 0 26 37 243 77 52
Binary 101000 10101111 10001000 1001101 0 10110 11111 10100011 111111 101010

Color Harmonies of #28AF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF88

Black with #28AF88

Text Example


Text Example

White with #28AF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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