#28AF8A

Color #28AF8A Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #28AF8A

Tints of Jungle Green #28AF8A

Color information

#28AF8A (or 0x28AF8A) is unknown color: approx Jungle Green. HEX triplet: 28, AF and 8A. RGB value is (40,175,138). Sum of RGB (Red+Green+Blue) = 40+175+138=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AF8A is #D75075. Grayscale: #828282. Windows color (decimal): -14110838 or 9088808. OLE color: 9088808.

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

Color convert

RGB40175138-
CMYK0.7700.210.31
HSL163.56º62.79%42.16%-
HSV(B)163.56º77.14%68.63%-
XYZ20.7932.9529.31-
YUV130.42132.2763.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.33%
GREEN value IS 175 (68.75% from 255) = 49.58%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=11.33%
G=49.58%
B=39.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401751380.7700.210.31163.5662.7942.16
Hex28AF8A4D0151Fa43f2a
Octal50257212115025372447752
Binary101000101011111000101010011010101011111110100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #28AF8A;
 }
 .AnyTagClassName
 {
   color: #28AF8A;
 }
</style>
background-color css

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

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

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

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

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

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