Html Css Color HEX #28B481 Jungle Green

📋 copy color: '#28B481'

red 40 ◦ green 180 ◦ blue 129

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

Shades of Jungle Green #28B481

Tints of Jungle Green #28B481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.58%

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

R = 11.46%
G = 51.58%
B = 36.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#28B481 (or 0x28B481) is known color: Jungle Green. HEX triplet: 28, B4 and 81. RGB value is (40,180,129). Sum of RGB (Red+Green+Blue) = 40+180+129=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #28B481 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B481 is #D74B7E. Grayscale: #848484. Windows color (decimal): -14109567 or 8500264. OLE color: 8500264.

HSL color Cylindrical-coordinate representation of color #28B481: hue angle of 158.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B481 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 180 129 -
CMYK 0.78 0 0.28 0.29
HSL 158.14º 0.64% 0.43% -
HSV(B) 158.14º 0.78% 0.71% -
XYZ 21.16 34.68 26.35 -
YUV 132.33 126.12 62.15 -
System Red Green Blue C M Y K H S L
Decimal 40 180 129 0.78 0 0.28 0.29 158.14 0.64 0.43
Hex 28 B4 81 4E 0 1C 1D 9E 40 2B
Octal 50 264 201 116 0 34 35 236 100 53
Binary 101000 10110100 10000001 1001110 0 11100 11101 10011110 1000000 101011

Color Harmonies of #28B481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B481

Black with #28B481

Text Example


Text Example

White with #28B481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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