Html Css Color HEX #28A27C Jungle Green

📋 copy color: '#28A27C'

red 40 ◦ green 162 ◦ blue 124

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

Shades of Jungle Green #28A27C

Tints of Jungle Green #28A27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.69%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 12.27%
G = 49.69%
B = 38.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#28A27C (or 0x28A27C) is known color: Jungle Green. HEX triplet: 28, A2 and 7C. RGB value is (40,162,124). Sum of RGB (Red+Green+Blue) = 40+162+124=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #28A27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A27C is #D75D83. Grayscale: #797979. Windows color (decimal): -14114180 or 8167976. OLE color: 8167976.

HSL color Cylindrical-coordinate representation of color #28A27C: hue angle of 161.31º degrees, saturation: 0.6, 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 #28A27C is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 162 124 -
CMYK 0.75 0 0.23 0.36
HSL 161.31º 0.6% 0.4% -
HSV(B) 161.31º 0.75% 0.64% -
XYZ 17.43 27.75 23.51 -
YUV 121.19 129.58 70.09 -
System Red Green Blue C M Y K H S L
Decimal 40 162 124 0.75 0 0.23 0.36 161.31 0.6 0.4
Hex 28 A2 7C 4B 0 17 24 A1 3C 28
Octal 50 242 174 113 0 27 44 241 74 50
Binary 101000 10100010 1111100 1001011 0 10111 100100 10100001 111100 101000

Color Harmonies of #28A27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A27C

Black with #28A27C

Text Example


Text Example

White with #28A27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,162,124); }

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

background-color css

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

 a { background-color: rgb(40,162,124); }

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

border-color css

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

 span { border-color: rgb(40,162,124); }

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