Html Css Color HEX #28AC74 Jungle Green

📋 copy color: '#28AC74'

red 40 ◦ green 172 ◦ blue 116

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

Shades of Jungle Green #28AC74

Tints of Jungle Green #28AC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.44%

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 12.2%
G = 52.44%
B = 35.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#28AC74 (or 0x28AC74) is known color: Jungle Green. HEX triplet: 28, AC and 74. RGB value is (40,172,116). Sum of RGB (Red+Green+Blue) = 40+172+116=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC74 is #D7538B. Grayscale: #7E7E7E. Windows color (decimal): -14111628 or 7646248. OLE color: 7646248.

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

Color convert

RGB 40 172 116 -
CMYK 0.77 0 0.33 0.33
HSL 154.55º 0.62% 0.42% -
HSV(B) 154.55º 0.77% 0.67% -
XYZ 18.78 31.22 21.56 -
YUV 126.15 122.27 66.55 -
System Red Green Blue C M Y K H S L
Decimal 40 172 116 0.77 0 0.33 0.33 154.55 0.62 0.42
Hex 28 AC 74 4D 0 21 21 9B 3E 2A
Octal 50 254 164 115 0 41 41 233 76 52
Binary 101000 10101100 1110100 1001101 0 100001 100001 10011011 111110 101010

Color Harmonies of #28AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC74

Black with #28AC74

Text Example


Text Example

White with #28AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,172,116); }

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

background-color css

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

 a { background-color: rgb(40,172,116); }

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

border-color css

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

 span { border-color: rgb(40,172,116); }

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