Html Css Color HEX #28A375 Jungle Green

📋 copy color: '#28A375'

red 40 ◦ green 163 ◦ blue 117

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

Shades of Jungle Green #28A375

Tints of Jungle Green #28A375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.94%

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 12.5%
G = 50.94%
B = 36.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#28A375 (or 0x28A375) is known color: Jungle Green. HEX triplet: 28, A3 and 75. RGB value is (40,163,117). Sum of RGB (Red+Green+Blue) = 40+163+117=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #28A375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A375 is #D75C8A. Grayscale: #797979. Windows color (decimal): -14113931 or 7709480. OLE color: 7709480.

HSL color Cylindrical-coordinate representation of color #28A375: hue angle of 157.56º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A375 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 163 117 -
CMYK 0.75 0 0.28 0.36
HSL 157.56º 0.61% 0.4% -
HSV(B) 157.56º 0.75% 0.64% -
XYZ 17.18 27.93 21.31 -
YUV 120.98 125.75 70.24 -
System Red Green Blue C M Y K H S L
Decimal 40 163 117 0.75 0 0.28 0.36 157.56 0.61 0.4
Hex 28 A3 75 4B 0 1C 24 9E 3D 28
Octal 50 243 165 113 0 34 44 236 75 50
Binary 101000 10100011 1110101 1001011 0 11100 100100 10011110 111101 101000

Color Harmonies of #28A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A375

Black with #28A375

Text Example


Text Example

White with #28A375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,163,117); }

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

background-color css

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

 a { background-color: rgb(40,163,117); }

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

border-color css

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

 span { border-color: rgb(40,163,117); }

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