Html Css Color HEX #28B378 Jungle Green

📋 copy color: '#28B378'

red 40 ◦ green 179 ◦ blue 120

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

Shades of Jungle Green #28B378

Tints of Jungle Green #28B378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.4%

R = 11.8%
G = 52.8%
B = 35.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#28B378 (or 0x28B378) is known color: Jungle Green. HEX triplet: 28, B3 and 78. RGB value is (40,179,120). Sum of RGB (Red+Green+Blue) = 40+179+120=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #28B378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28B378 is #D74C87. Grayscale: #828282. Windows color (decimal): -14109832 or 7910184. OLE color: 7910184.

HSL color Cylindrical-coordinate representation of color #28B378: hue angle of 154.53º 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 #28B378 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 179 120 -
CMYK 0.78 0 0.33 0.30
HSL 154.53º 0.63% 0.43% -
HSV(B) 154.53º 0.78% 0.7% -
XYZ 20.39 34.05 23.27 -
YUV 130.71 121.95 63.3 -
System Red Green Blue C M Y K H S L
Decimal 40 179 120 0.78 0 0.33 0.30 154.53 0.63 0.43
Hex 28 B3 78 4E 0 21 1E 9B 3F 2B
Octal 50 263 170 116 0 41 36 233 77 53
Binary 101000 10110011 1111000 1001110 0 100001 11110 10011011 111111 101011

Color Harmonies of #28B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B378

Black with #28B378

Text Example


Text Example

White with #28B378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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