Html Css Color HEX #28AB75 Jungle Green

📋 copy color: '#28AB75'

red 40 ◦ green 171 ◦ blue 117

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

Shades of Jungle Green #28AB75

Tints of Jungle Green #28AB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.13%

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

R = 12.2%
G = 52.13%
B = 35.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#28AB75 (or 0x28AB75) is known color: Jungle Green. HEX triplet: 28, AB and 75. RGB value is (40,171,117). Sum of RGB (Red+Green+Blue) = 40+171+117=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AB75 is #D7548A. Grayscale: #7D7D7D. Windows color (decimal): -14111883 or 7711528. OLE color: 7711528.

HSL color Cylindrical-coordinate representation of color #28AB75: hue angle of 155.27º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB75 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 171 117 -
CMYK 0.77 0 0.32 0.33
HSL 155.27º 0.62% 0.41% -
HSV(B) 155.27º 0.77% 0.67% -
XYZ 18.65 30.86 21.8 -
YUV 125.68 123.1 66.89 -
System Red Green Blue C M Y K H S L
Decimal 40 171 117 0.77 0 0.32 0.33 155.27 0.62 0.41
Hex 28 AB 75 4D 0 20 21 9B 3E 29
Octal 50 253 165 115 0 40 41 233 76 51
Binary 101000 10101011 1110101 1001101 0 100000 100001 10011011 111110 101001

Color Harmonies of #28AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AB75

Black with #28AB75

Text Example


Text Example

White with #28AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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