Html Css Color HEX #28B17F Jungle Green

📋 copy color: '#28B17F'

red 40 ◦ green 177 ◦ blue 127

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

Shades of Jungle Green #28B17F

Tints of Jungle Green #28B17F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.45%

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

R = 11.63%
G = 51.45%
B = 36.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#28B17F (or 0x28B17F) is known color: Jungle Green. HEX triplet: 28, B1 and 7F. RGB value is (40,177,127). Sum of RGB (Red+Green+Blue) = 40+177+127=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #28B17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28B17F is #D74E80. Grayscale: #828282. Windows color (decimal): -14110337 or 8368424. OLE color: 8368424.

HSL color Cylindrical-coordinate representation of color #28B17F: hue angle of 158.1º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B17F is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 177 127 -
CMYK 0.77 0 0.28 0.31
HSL 158.1º 0.63% 0.43% -
HSV(B) 158.1º 0.77% 0.69% -
XYZ 20.43 33.43 25.45 -
YUV 130.34 126.11 63.57 -
System Red Green Blue C M Y K H S L
Decimal 40 177 127 0.77 0 0.28 0.31 158.1 0.63 0.43
Hex 28 B1 7F 4D 0 1C 1F 9E 3F 2B
Octal 50 261 177 115 0 34 37 236 77 53
Binary 101000 10110001 1111111 1001101 0 11100 11111 10011110 111111 101011

Color Harmonies of #28B17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B17F

Black with #28B17F

Text Example


Text Example

White with #28B17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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