Html Css Color HEX #28AF79 Jungle Green

📋 copy color: '#28AF79'

red 40 ◦ green 175 ◦ blue 121

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

Shades of Jungle Green #28AF79

Tints of Jungle Green #28AF79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 11.9%
G = 52.08%
B = 36.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#28AF79 (or 0x28AF79) is known color: Jungle Green. HEX triplet: 28, AF and 79. RGB value is (40,175,121). Sum of RGB (Red+Green+Blue) = 40+175+121=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF79 is #D75086. Grayscale: #808080. Windows color (decimal): -14110855 or 7974696. OLE color: 7974696.

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

Color convert

RGB 40 175 121 -
CMYK 0.77 0 0.31 0.31
HSL 156º 0.63% 0.42% -
HSV(B) 156º 0.77% 0.69% -
XYZ 19.66 32.49 23.32 -
YUV 128.48 123.77 64.89 -
System Red Green Blue C M Y K H S L
Decimal 40 175 121 0.77 0 0.31 0.31 156 0.63 0.42
Hex 28 AF 79 4D 0 1F 1F 9C 3F 2A
Octal 50 257 171 115 0 37 37 234 77 52
Binary 101000 10101111 1111001 1001101 0 11111 11111 10011100 111111 101010

Color Harmonies of #28AF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF79

Black with #28AF79

Text Example


Text Example

White with #28AF79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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