Html Css Color HEX #28B47F Jungle Green

📋 copy color: '#28B47F'

red 40 ◦ green 180 ◦ blue 127

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

Shades of Jungle Green #28B47F

Tints of Jungle Green #28B47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.6%

R = 11.53%
G = 51.87%
B = 36.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#28B47F (or 0x28B47F) is known color: Jungle Green. HEX triplet: 28, B4 and 7F. RGB value is (40,180,127). Sum of RGB (Red+Green+Blue) = 40+180+127=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #28B47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28B47F is #D74B80. Grayscale: #848484. Windows color (decimal): -14109569 or 8369192. OLE color: 8369192.

HSL color Cylindrical-coordinate representation of color #28B47F: hue angle of 157.29º 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 #28B47F is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 180 127 -
CMYK 0.78 0 0.29 0.29
HSL 157.29º 0.64% 0.43% -
HSV(B) 157.29º 0.78% 0.71% -
XYZ 21.03 34.63 25.65 -
YUV 132.1 125.12 62.31 -
System Red Green Blue C M Y K H S L
Decimal 40 180 127 0.78 0 0.29 0.29 157.29 0.64 0.43
Hex 28 B4 7F 4E 0 1D 1D 9D 40 2B
Octal 50 264 177 116 0 35 35 235 100 53
Binary 101000 10110100 1111111 1001110 0 11101 11101 10011101 1000000 101011

Color Harmonies of #28B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B47F

Black with #28B47F

Text Example


Text Example

White with #28B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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