Html Css Color HEX #28A47A Jungle Green

📋 copy color: '#28A47A'

red 40 ◦ green 164 ◦ blue 122

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

Shades of Jungle Green #28A47A

Tints of Jungle Green #28A47A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.31%

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

R = 12.27%
G = 50.31%
B = 37.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#28A47A (or 0x28A47A) is known color: Jungle Green. HEX triplet: 28, A4 and 7A. RGB value is (40,164,122). Sum of RGB (Red+Green+Blue) = 40+164+122=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #28A47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A47A is #D75B85. Grayscale: #7A7A7A. Windows color (decimal): -14113670 or 8037416. OLE color: 8037416.

HSL color Cylindrical-coordinate representation of color #28A47A: hue angle of 159.68º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A47A is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 164 122 -
CMYK 0.76 0 0.26 0.36
HSL 159.68º 0.61% 0.4% -
HSV(B) 159.68º 0.76% 0.64% -
XYZ 17.66 28.41 22.96 -
YUV 122.14 127.92 69.42 -
System Red Green Blue C M Y K H S L
Decimal 40 164 122 0.76 0 0.26 0.36 159.68 0.61 0.4
Hex 28 A4 7A 4C 0 1A 24 A0 3D 28
Octal 50 244 172 114 0 32 44 240 75 50
Binary 101000 10100100 1111010 1001100 0 11010 100100 10100000 111101 101000

Color Harmonies of #28A47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A47A

Black with #28A47A

Text Example


Text Example

White with #28A47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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