Html Css Color HEX #28B18B Jungle Green

📋 copy color: '#28B18B'

red 40 ◦ green 177 ◦ blue 139

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

Shades of Jungle Green #28B18B

Tints of Jungle Green #28B18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 11.24%
G = 49.72%
B = 39.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#28B18B (or 0x28B18B) is known color: Jungle Green. HEX triplet: 28, B1 and 8B. RGB value is (40,177,139). Sum of RGB (Red+Green+Blue) = 40+177+139=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #28B18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B18B is #D74E74. Grayscale: #838383. Windows color (decimal): -14110325 or 9154856. OLE color: 9154856.

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

Color convert

RGB 40 177 139 -
CMYK 0.77 0 0.21 0.31
HSL 163.36º 0.63% 0.43% -
HSV(B) 163.36º 0.77% 0.69% -
XYZ 21.26 33.76 29.82 -
YUV 131.71 132.11 62.59 -
System Red Green Blue C M Y K H S L
Decimal 40 177 139 0.77 0 0.21 0.31 163.36 0.63 0.43
Hex 28 B1 8B 4D 0 15 1F A3 3F 2B
Octal 50 261 213 115 0 25 37 243 77 53
Binary 101000 10110001 10001011 1001101 0 10101 11111 10100011 111111 101011

Color Harmonies of #28B18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B18B

Black with #28B18B

Text Example


Text Example

White with #28B18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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