Html Css Color HEX #28B985 Jungle Green

📋 copy color: '#28B985'

red 40 ◦ green 185 ◦ blue 133

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

Shades of Jungle Green #28B985

Tints of Jungle Green #28B985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.68%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 11.17%
G = 51.68%
B = 37.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#28B985 (or 0x28B985) is known color: Jungle Green. HEX triplet: 28, B9 and 85. RGB value is (40,185,133). Sum of RGB (Red+Green+Blue) = 40+185+133=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #28B985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B985 is #D7467A. Grayscale: #878787. Windows color (decimal): -14108283 or 8763688. OLE color: 8763688.

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

Color convert

RGB 40 185 133 -
CMYK 0.78 0 0.28 0.27
HSL 158.48º 0.64% 0.44% -
HSV(B) 158.48º 0.78% 0.73% -
XYZ 22.46 36.84 28.12 -
YUV 135.72 126.46 59.73 -
System Red Green Blue C M Y K H S L
Decimal 40 185 133 0.78 0 0.28 0.27 158.48 0.64 0.44
Hex 28 B9 85 4E 0 1C 1B 9E 40 2C
Octal 50 271 205 116 0 34 33 236 100 54
Binary 101000 10111001 10000101 1001110 0 11100 11011 10011110 1000000 101100

Color Harmonies of #28B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B985

Black with #28B985

Text Example


Text Example

White with #28B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,185,133); }

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

background-color css

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

 a { background-color: rgb(40,185,133); }

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

border-color css

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

 span { border-color: rgb(40,185,133); }

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