Html Css Color HEX #28B68B Jungle Green

📋 copy color: '#28B68B'

red 40 ◦ green 182 ◦ blue 139

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

Shades of Jungle Green #28B68B

Tints of Jungle Green #28B68B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.42%

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

R = 11.08%
G = 50.42%
B = 38.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#28B68B (or 0x28B68B) is known color: Jungle Green. HEX triplet: 28, B6 and 8B. RGB value is (40,182,139). Sum of RGB (Red+Green+Blue) = 40+182+139=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #28B68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B68B is #D74974. Grayscale: #868686. Windows color (decimal): -14109045 or 9156136. OLE color: 9156136.

HSL color Cylindrical-coordinate representation of color #28B68B: hue angle of 161.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B68B is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 182 139 -
CMYK 0.78 0 0.24 0.29
HSL 161.83º 0.64% 0.44% -
HSV(B) 161.83º 0.78% 0.71% -
XYZ 22.26 35.77 30.16 -
YUV 134.64 130.46 60.5 -
System Red Green Blue C M Y K H S L
Decimal 40 182 139 0.78 0 0.24 0.29 161.83 0.64 0.44
Hex 28 B6 8B 4E 0 18 1D A2 40 2C
Octal 50 266 213 116 0 30 35 242 100 54
Binary 101000 10110110 10001011 1001110 0 11000 11101 10100010 1000000 101100

Color Harmonies of #28B68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B68B

Black with #28B68B

Text Example


Text Example

White with #28B68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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