Html Css Color HEX #28AD7A Jungle Green

📋 copy color: '#28AD7A'

red 40 ◦ green 173 ◦ blue 122

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

Shades of Jungle Green #28AD7A

Tints of Jungle Green #28AD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.64%

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 11.94%
G = 51.64%
B = 36.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#28AD7A (or 0x28AD7A) is known color: Jungle Green. HEX triplet: 28, AD and 7A. RGB value is (40,173,122). Sum of RGB (Red+Green+Blue) = 40+173+122=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AD7A is #D75285. Grayscale: #7F7F7F. Windows color (decimal): -14111366 or 8039720. OLE color: 8039720.

HSL color Cylindrical-coordinate representation of color #28AD7A: hue angle of 156.99º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD7A is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 173 122 -
CMYK 0.77 0 0.29 0.32
HSL 156.99º 0.62% 0.42% -
HSV(B) 156.99º 0.77% 0.68% -
XYZ 19.33 31.74 23.52 -
YUV 127.42 124.94 65.65 -
System Red Green Blue C M Y K H S L
Decimal 40 173 122 0.77 0 0.29 0.32 156.99 0.62 0.42
Hex 28 AD 7A 4D 0 1D 20 9D 3E 2A
Octal 50 255 172 115 0 35 40 235 76 52
Binary 101000 10101101 1111010 1001101 0 11101 100000 10011101 111110 101010

Color Harmonies of #28AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AD7A

Black with #28AD7A

Text Example


Text Example

White with #28AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,173,122); }

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

background-color css

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

 a { background-color: rgb(40,173,122); }

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

border-color css

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

 span { border-color: rgb(40,173,122); }

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