Html Css Color HEX #28A27A Jungle Green

📋 copy color: '#28A27A'

red 40 ◦ green 162 ◦ blue 122

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

Shades of Jungle Green #28A27A

Tints of Jungle Green #28A27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 12.35%
G = 50%
B = 37.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#28A27A (or 0x28A27A) is known color: Jungle Green. HEX triplet: 28, A2 and 7A. RGB value is (40,162,122). Sum of RGB (Red+Green+Blue) = 40+162+122=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #28A27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A27A is #D75D85. Grayscale: #797979. Windows color (decimal): -14114182 or 8036904. OLE color: 8036904.

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

Color convert

RGB 40 162 122 -
CMYK 0.75 0 0.25 0.36
HSL 160.33º 0.6% 0.4% -
HSV(B) 160.33º 0.75% 0.64% -
XYZ 17.31 27.7 22.85 -
YUV 120.96 128.58 70.25 -
System Red Green Blue C M Y K H S L
Decimal 40 162 122 0.75 0 0.25 0.36 160.33 0.6 0.4
Hex 28 A2 7A 4B 0 19 24 A0 3C 28
Octal 50 242 172 113 0 31 44 240 74 50
Binary 101000 10100010 1111010 1001011 0 11001 100100 10100000 111100 101000

Color Harmonies of #28A27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A27A

Black with #28A27A

Text Example


Text Example

White with #28A27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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