Html Css Color HEX #28AE7D Jungle Green

📋 copy color: '#28AE7D'

red 40 ◦ green 174 ◦ blue 125

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

Shades of Jungle Green #28AE7D

Tints of Jungle Green #28AE7D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.33%

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 11.8%
G = 51.33%
B = 36.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#28AE7D (or 0x28AE7D) is known color: Jungle Green. HEX triplet: 28, AE and 7D. RGB value is (40,174,125). Sum of RGB (Red+Green+Blue) = 40+174+125=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AE7D is #D75182. Grayscale: #808080. Windows color (decimal): -14111107 or 8236584. OLE color: 8236584.

HSL color Cylindrical-coordinate representation of color #28AE7D: hue angle of 158.06º degrees, saturation: 0.63, 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 #28AE7D is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 174 125 -
CMYK 0.77 0 0.28 0.32
HSL 158.06º 0.63% 0.42% -
HSV(B) 158.06º 0.77% 0.68% -
XYZ 19.71 32.2 24.58 -
YUV 128.35 126.11 64.98 -
System Red Green Blue C M Y K H S L
Decimal 40 174 125 0.77 0 0.28 0.32 158.06 0.63 0.42
Hex 28 AE 7D 4D 0 1C 20 9E 3F 2A
Octal 50 256 175 115 0 34 40 236 77 52
Binary 101000 10101110 1111101 1001101 0 11100 100000 10011110 111111 101010

Color Harmonies of #28AE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AE7D

Black with #28AE7D

Text Example


Text Example

White with #28AE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,174,125); }

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

background-color css

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

 a { background-color: rgb(40,174,125); }

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

border-color css

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

 span { border-color: rgb(40,174,125); }

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