Html Css Color HEX #28A57D Jungle Green

📋 copy color: '#28A57D'

red 40 ◦ green 165 ◦ blue 125

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

Shades of Jungle Green #28A57D

Tints of Jungle Green #28A57D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50%

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 12.12%
G = 50%
B = 37.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#28A57D (or 0x28A57D) is known color: Jungle Green. HEX triplet: 28, A5 and 7D. RGB value is (40,165,125). Sum of RGB (Red+Green+Blue) = 40+165+125=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #28A57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A57D is #D75A82. Grayscale: #7B7B7B. Windows color (decimal): -14113411 or 8234280. OLE color: 8234280.

HSL color Cylindrical-coordinate representation of color #28A57D: hue angle of 160.8º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A57D is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 40 165 125 -
CMYK 0.76 0 0.24 0.35
HSL 160.8º 0.61% 0.4% -
HSV(B) 160.8º 0.76% 0.65% -
XYZ 18.03 28.84 24.02 -
YUV 123.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 40 165 125 0.76 0 0.24 0.35 160.8 0.61 0.4
Hex 28 A5 7D 4C 0 18 23 A1 3D 28
Octal 50 245 175 114 0 30 43 241 75 50
Binary 101000 10100101 1111101 1001100 0 11000 100011 10100001 111101 101000

Color Harmonies of #28A57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A57D

Black with #28A57D

Text Example


Text Example

White with #28A57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,165,125); }

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

background-color css

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

 a { background-color: rgb(40,165,125); }

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

border-color css

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

 span { border-color: rgb(40,165,125); }

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