Html Css Color HEX #28A484 Jungle Green

📋 copy color: '#28A484'

red 40 ◦ green 164 ◦ blue 132

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

Shades of Jungle Green #28A484

Tints of Jungle Green #28A484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.29%

R = 11.9%
G = 48.81%
B = 39.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#28A484 (or 0x28A484) is known color: Jungle Green. HEX triplet: 28, A4 and 84. RGB value is (40,164,132). Sum of RGB (Red+Green+Blue) = 40+164+132=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #28A484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A484 is #D75B7B. Grayscale: #7B7B7B. Windows color (decimal): -14113660 or 8692776. OLE color: 8692776.

HSL color Cylindrical-coordinate representation of color #28A484: hue angle of 164.52º 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 #28A484 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 164 132 -
CMYK 0.76 0 0.20 0.36
HSL 164.52º 0.61% 0.4% -
HSV(B) 164.52º 0.76% 0.64% -
XYZ 18.32 28.67 26.4 -
YUV 123.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 40 164 132 0.76 0 0.20 0.36 164.52 0.61 0.4
Hex 28 A4 84 4C 0 14 24 A5 3D 28
Octal 50 244 204 114 0 24 44 245 75 50
Binary 101000 10100100 10000100 1001100 0 10100 100100 10100101 111101 101000

Color Harmonies of #28A484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A484

Black with #28A484

Text Example


Text Example

White with #28A484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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