Html Css Color HEX #28B077 Jungle Green

📋 copy color: '#28B077'

red 40 ◦ green 176 ◦ blue 119

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

Shades of Jungle Green #28B077

Tints of Jungle Green #28B077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.54%

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 11.94%
G = 52.54%
B = 35.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#28B077 (or 0x28B077) is known color: Jungle Green. HEX triplet: 28, B0 and 77. RGB value is (40,176,119). Sum of RGB (Red+Green+Blue) = 40+176+119=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #28B077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28B077 is #D74F88. Grayscale: #808080. Windows color (decimal): -14110601 or 7843880. OLE color: 7843880.

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

Color convert

RGB 40 176 119 -
CMYK 0.77 0 0.32 0.31
HSL 154.85º 0.63% 0.42% -
HSV(B) 154.85º 0.77% 0.69% -
XYZ 19.73 32.83 22.75 -
YUV 128.84 122.44 64.63 -
System Red Green Blue C M Y K H S L
Decimal 40 176 119 0.77 0 0.32 0.31 154.85 0.63 0.42
Hex 28 B0 77 4D 0 20 1F 9B 3F 2A
Octal 50 260 167 115 0 40 37 233 77 52
Binary 101000 10110000 1110111 1001101 0 100000 11111 10011011 111111 101010

Color Harmonies of #28B077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B077

Black with #28B077

Text Example


Text Example

White with #28B077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,176,119); }

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

background-color css

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

 a { background-color: rgb(40,176,119); }

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

border-color css

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

 span { border-color: rgb(40,176,119); }

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