Html Css Color HEX #28A174 Jungle Green

📋 copy color: '#28A174'

red 40 ◦ green 161 ◦ blue 116

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

Shades of Jungle Green #28A174

Tints of Jungle Green #28A174

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.79%

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

R = 12.62%
G = 50.79%
B = 36.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#28A174 (or 0x28A174) is known color: Jungle Green. HEX triplet: 28, A1 and 74. RGB value is (40,161,116). Sum of RGB (Red+Green+Blue) = 40+161+116=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #28A174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A174 is #D75E8B. Grayscale: #777777. Windows color (decimal): -14114444 or 7643432. OLE color: 7643432.

HSL color Cylindrical-coordinate representation of color #28A174: hue angle of 157.69º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A174 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 161 116 -
CMYK 0.75 0 0.28 0.37
HSL 157.69º 0.6% 0.39% -
HSV(B) 157.69º 0.75% 0.63% -
XYZ 16.77 27.2 20.89 -
YUV 119.69 125.91 71.16 -
System Red Green Blue C M Y K H S L
Decimal 40 161 116 0.75 0 0.28 0.37 157.69 0.6 0.39
Hex 28 A1 74 4B 0 1C 25 9E 3C 27
Octal 50 241 164 113 0 34 45 236 74 47
Binary 101000 10100001 1110100 1001011 0 11100 100101 10011110 111100 100111

Color Harmonies of #28A174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A174

Black with #28A174

Text Example


Text Example

White with #28A174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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