Html Css Color HEX #28B37A Jungle Green

📋 copy color: '#28B37A'

red 40 ◦ green 179 ◦ blue 122

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

Shades of Jungle Green #28B37A

Tints of Jungle Green #28B37A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.49%

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 11.73%
G = 52.49%
B = 35.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#28B37A (or 0x28B37A) is known color: Jungle Green. HEX triplet: 28, B3 and 7A. RGB value is (40,179,122). Sum of RGB (Red+Green+Blue) = 40+179+122=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #28B37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28B37A is #D74C85. Grayscale: #838383. Windows color (decimal): -14109830 or 8041256. OLE color: 8041256.

HSL color Cylindrical-coordinate representation of color #28B37A: hue angle of 155.4º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B37A is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 179 122 -
CMYK 0.78 0 0.32 0.30
HSL 155.4º 0.63% 0.43% -
HSV(B) 155.4º 0.78% 0.7% -
XYZ 20.51 34.1 23.91 -
YUV 130.94 122.95 63.13 -
System Red Green Blue C M Y K H S L
Decimal 40 179 122 0.78 0 0.32 0.30 155.4 0.63 0.43
Hex 28 B3 7A 4E 0 20 1E 9B 3F 2B
Octal 50 263 172 116 0 40 36 233 77 53
Binary 101000 10110011 1111010 1001110 0 100000 11110 10011011 111111 101011

Color Harmonies of #28B37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B37A

Black with #28B37A

Text Example


Text Example

White with #28B37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,179,122); }

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

background-color css

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

 a { background-color: rgb(40,179,122); }

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

border-color css

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

 span { border-color: rgb(40,179,122); }

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