Html Css Color HEX #28A281 Jungle Green

📋 copy color: '#28A281'

red 40 ◦ green 162 ◦ blue 129

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

Shades of Jungle Green #28A281

Tints of Jungle Green #28A281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 12.08%
G = 48.94%
B = 38.97%

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

#28A281 (or 0x28A281) is known color: Jungle Green. HEX triplet: 28, A2 and 81. RGB value is (40,162,129). Sum of RGB (Red+Green+Blue) = 40+162+129=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 162 (63.67% from 255 or 48.94% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 162 - color contains mainly: green. Hex color #28A281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A281 is #D75D7E. Grayscale: #797979. Windows color (decimal): -14114175 or 8495656. OLE color: 8495656.

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

Color convert

RGB 40 162 129 -
CMYK 0.75 0 0.20 0.36
HSL 163.77º 0.6% 0.4% -
HSV(B) 163.77º 0.75% 0.64% -
XYZ 17.76 27.88 25.21 -
YUV 121.76 132.08 69.68 -
System Red Green Blue C M Y K H S L
Decimal 40 162 129 0.75 0 0.20 0.36 163.77 0.6 0.4
Hex 28 A2 81 4B 0 14 24 A4 3C 28
Octal 50 242 201 113 0 24 44 244 74 50
Binary 101000 10100010 10000001 1001011 0 10100 100100 10100100 111100 101000

Color Harmonies of #28A281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A281

Black with #28A281

Text Example


Text Example

White with #28A281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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