Html Css Color HEX #28A282 Jungle Green

📋 copy color: '#28A282'

red 40 ◦ green 162 ◦ blue 130

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

Shades of Jungle Green #28A282

Tints of Jungle Green #28A282

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.8%

 BLUE value IS 130 (51.17% from 255) = 39.16%

R = 12.05%
G = 48.8%
B = 39.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#28A282 (or 0x28A282) is known color: Jungle Green. HEX triplet: 28, A2 and 82. RGB value is (40,162,130). Sum of RGB (Red+Green+Blue) = 40+162+130=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #28A282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A282 is #D75D7D. Grayscale: #797979. Windows color (decimal): -14114174 or 8561192. OLE color: 8561192.

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

Color convert

RGB 40 162 130 -
CMYK 0.75 0 0.20 0.36
HSL 164.26º 0.6% 0.4% -
HSV(B) 164.26º 0.75% 0.64% -
XYZ 17.82 27.9 25.57 -
YUV 121.87 132.58 69.6 -
System Red Green Blue C M Y K H S L
Decimal 40 162 130 0.75 0 0.20 0.36 164.26 0.6 0.4
Hex 28 A2 82 4B 0 14 24 A4 3C 28
Octal 50 242 202 113 0 24 44 244 74 50
Binary 101000 10100010 10000010 1001011 0 10100 100100 10100100 111100 101000

Color Harmonies of #28A282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A282

Black with #28A282

Text Example


Text Example

White with #28A282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,162,130); }

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

background-color css

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

 a { background-color: rgb(40,162,130); }

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

border-color css

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

 span { border-color: rgb(40,162,130); }

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