Html Css Color HEX #28A183 Jungle Green

📋 copy color: '#28A183'

red 40 ◦ green 161 ◦ blue 131

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

Shades of Jungle Green #28A183

Tints of Jungle Green #28A183

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.49%

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 12.05%
G = 48.49%
B = 39.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#28A183 (or 0x28A183) is known color: Jungle Green. HEX triplet: 28, A1 and 83. RGB value is (40,161,131). Sum of RGB (Red+Green+Blue) = 40+161+131=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #28A183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A183 is #D75E7C. Grayscale: #797979. Windows color (decimal): -14114429 or 8626472. OLE color: 8626472.

HSL color Cylindrical-coordinate representation of color #28A183: hue angle of 165.12º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A183 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 161 131 -
CMYK 0.75 0 0.19 0.37
HSL 165.12º 0.6% 0.39% -
HSV(B) 165.12º 0.75% 0.63% -
XYZ 17.72 27.58 25.86 -
YUV 121.4 133.41 69.94 -
System Red Green Blue C M Y K H S L
Decimal 40 161 131 0.75 0 0.19 0.37 165.12 0.6 0.39
Hex 28 A1 83 4B 0 13 25 A5 3C 27
Octal 50 241 203 113 0 23 45 245 74 47
Binary 101000 10100001 10000011 1001011 0 10011 100101 10100101 111100 100111

Color Harmonies of #28A183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A183

Black with #28A183

Text Example


Text Example

White with #28A183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,161,131); }

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

background-color css

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

 a { background-color: rgb(40,161,131); }

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

border-color css

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

 span { border-color: rgb(40,161,131); }

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