Html Css Color HEX #28B07D Jungle Green

📋 copy color: '#28B07D'

red 40 ◦ green 176 ◦ blue 125

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

Shades of Jungle Green #28B07D

Tints of Jungle Green #28B07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 11.73%
G = 51.61%
B = 36.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#28B07D (or 0x28B07D) is known color: Jungle Green. HEX triplet: 28, B0 and 7D. RGB value is (40,176,125). Sum of RGB (Red+Green+Blue) = 40+176+125=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #28B07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28B07D is #D74F82. Grayscale: #818181. Windows color (decimal): -14110595 or 8237096. OLE color: 8237096.

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

Color convert

RGB 40 176 125 -
CMYK 0.77 0 0.29 0.31
HSL 157.5º 0.63% 0.42% -
HSV(B) 157.5º 0.77% 0.69% -
XYZ 20.1 32.98 24.71 -
YUV 129.52 125.44 64.15 -
System Red Green Blue C M Y K H S L
Decimal 40 176 125 0.77 0 0.29 0.31 157.5 0.63 0.42
Hex 28 B0 7D 4D 0 1D 1F 9E 3F 2A
Octal 50 260 175 115 0 35 37 236 77 52
Binary 101000 10110000 1111101 1001101 0 11101 11111 10011110 111111 101010

Color Harmonies of #28B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B07D

Black with #28B07D

Text Example


Text Example

White with #28B07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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