Html Css Color HEX #28A975 Jungle Green

📋 copy color: '#28A975'

red 40 ◦ green 169 ◦ blue 117

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

Shades of Jungle Green #28A975

Tints of Jungle Green #28A975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.84%

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

R = 12.27%
G = 51.84%
B = 35.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#28A975 (or 0x28A975) is known color: Jungle Green. HEX triplet: 28, A9 and 75. RGB value is (40,169,117). Sum of RGB (Red+Green+Blue) = 40+169+117=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #28A975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A975 is #D7568A. Grayscale: #7C7C7C. Windows color (decimal): -14112395 or 7711016. OLE color: 7711016.

HSL color Cylindrical-coordinate representation of color #28A975: hue angle of 155.81º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A975 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 40 169 117 -
CMYK 0.76 0 0.31 0.34
HSL 155.81º 0.62% 0.41% -
HSV(B) 155.81º 0.76% 0.66% -
XYZ 18.27 30.11 21.68 -
YUV 124.5 123.76 67.73 -
System Red Green Blue C M Y K H S L
Decimal 40 169 117 0.76 0 0.31 0.34 155.81 0.62 0.41
Hex 28 A9 75 4C 0 1F 22 9C 3E 29
Octal 50 251 165 114 0 37 42 234 76 51
Binary 101000 10101001 1110101 1001100 0 11111 100010 10011100 111110 101001

Color Harmonies of #28A975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A975

Black with #28A975

Text Example


Text Example

White with #28A975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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