Html Css Color HEX #28A57F Jungle Green

📋 copy color: '#28A57F'

red 40 ◦ green 165 ◦ blue 127

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

Shades of Jungle Green #28A57F

Tints of Jungle Green #28A57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.25%

R = 12.05%
G = 49.7%
B = 38.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#28A57F (or 0x28A57F) is known color: Jungle Green. HEX triplet: 28, A5 and 7F. RGB value is (40,165,127). Sum of RGB (Red+Green+Blue) = 40+165+127=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #28A57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A57F is #D75A80. Grayscale: #7B7B7B. Windows color (decimal): -14113409 or 8365352. OLE color: 8365352.

HSL color Cylindrical-coordinate representation of color #28A57F: hue angle of 161.76º 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 #28A57F is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 40 165 127 -
CMYK 0.76 0 0.23 0.35
HSL 161.76º 0.61% 0.4% -
HSV(B) 161.76º 0.76% 0.65% -
XYZ 18.16 28.89 24.7 -
YUV 123.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 40 165 127 0.76 0 0.23 0.35 161.76 0.61 0.4
Hex 28 A5 7F 4C 0 17 23 A2 3D 28
Octal 50 245 177 114 0 27 43 242 75 50
Binary 101000 10100101 1111111 1001100 0 10111 100011 10100010 111101 101000

Color Harmonies of #28A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A57F

Black with #28A57F

Text Example


Text Example

White with #28A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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