Html Css Color HEX #28AF78 Jungle Green

📋 copy color: '#28AF78'

red 40 ◦ green 175 ◦ blue 120

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

Shades of Jungle Green #28AF78

Tints of Jungle Green #28AF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.82%

R = 11.94%
G = 52.24%
B = 35.82%

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

#28AF78 (or 0x28AF78) is known color: Jungle Green. HEX triplet: 28, AF and 78. RGB value is (40,175,120). Sum of RGB (Red+Green+Blue) = 40+175+120=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF78 is #D75087. Grayscale: #808080. Windows color (decimal): -14110856 or 7909160. OLE color: 7909160.

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

Color convert

RGB 40 175 120 -
CMYK 0.77 0 0.31 0.31
HSL 155.56º 0.63% 0.42% -
HSV(B) 155.56º 0.77% 0.69% -
XYZ 19.6 32.47 23 -
YUV 128.37 123.27 64.97 -
System Red Green Blue C M Y K H S L
Decimal 40 175 120 0.77 0 0.31 0.31 155.56 0.63 0.42
Hex 28 AF 78 4D 0 1F 1F 9C 3F 2A
Octal 50 257 170 115 0 37 37 234 77 52
Binary 101000 10101111 1111000 1001101 0 11111 11111 10011100 111111 101010

Color Harmonies of #28AF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF78

Black with #28AF78

Text Example


Text Example

White with #28AF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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