Html Css Color HEX #28A380 Jungle Green

📋 copy color: '#28A380'

red 40 ◦ green 163 ◦ blue 128

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

Shades of Jungle Green #28A380

Tints of Jungle Green #28A380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.24%

 BLUE value IS 128 (50.39% from 255) = 38.67%

R = 12.08%
G = 49.24%
B = 38.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#28A380 (or 0x28A380) is known color: Jungle Green. HEX triplet: 28, A3 and 80. RGB value is (40,163,128). Sum of RGB (Red+Green+Blue) = 40+163+128=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #28A380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A380 is #D75C7F. Grayscale: #7A7A7A. Windows color (decimal): -14113920 or 8430376. OLE color: 8430376.

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

Color convert

RGB 40 163 128 -
CMYK 0.75 0 0.21 0.36
HSL 162.93º 0.61% 0.4% -
HSV(B) 162.93º 0.75% 0.64% -
XYZ 17.87 28.2 24.92 -
YUV 122.23 131.25 69.35 -
System Red Green Blue C M Y K H S L
Decimal 40 163 128 0.75 0 0.21 0.36 162.93 0.61 0.4
Hex 28 A3 80 4B 0 15 24 A3 3D 28
Octal 50 243 200 113 0 25 44 243 75 50
Binary 101000 10100011 10000000 1001011 0 10101 100100 10100011 111101 101000

Color Harmonies of #28A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A380

Black with #28A380

Text Example


Text Example

White with #28A380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,163,128); }

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

background-color css

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

 a { background-color: rgb(40,163,128); }

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

border-color css

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

 span { border-color: rgb(40,163,128); }

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