Html Css Color HEX #2AB28D Jungle Green

📋 copy color: '#2AB28D'

red 42 ◦ green 178 ◦ blue 141

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

Shades of Jungle Green #2AB28D

Tints of Jungle Green #2AB28D

RGB

 RED value IS 42 (16.8% from 255) = 11.63%

 GREEN value IS 178 (69.92% from 255) = 49.31%

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 11.63%
G = 49.31%
B = 39.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#2AB28D (or 0x2AB28D) is known color: Jungle Green. HEX triplet: 2A, B2 and 8D. RGB value is (42,178,141). Sum of RGB (Red+Green+Blue) = 42+178+141=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AB28D is #D54D72. Grayscale: #858585. Windows color (decimal): -13978995 or 9286186. OLE color: 9286186.

HSL color Cylindrical-coordinate representation of color #2AB28D: hue angle of 163.68º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB28D is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 141 -
CMYK 0.76 0 0.21 0.30
HSL 163.68º 0.62% 0.43% -
HSV(B) 163.68º 0.76% 0.7% -
XYZ 21.68 34.26 30.67 -
YUV 133.12 132.44 63.01 -
System Red Green Blue C M Y K H S L
Decimal 42 178 141 0.76 0 0.21 0.30 163.68 0.62 0.43
Hex 2A B2 8D 4C 0 15 1E A4 3E 2B
Octal 52 262 215 114 0 25 36 244 76 53
Binary 101010 10110010 10001101 1001100 0 10101 11110 10100100 111110 101011

Color Harmonies of #2AB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB28D

Black with #2AB28D

Text Example


Text Example

White with #2AB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AB28D; }

 p { color: rgb(42,178,141); }

 H1.HeaderClassName
 {
   color: #2AB28D;
 }
 .AnyTagClassName
 {
   color: #2AB28D;
 }
</style>

background-color css

<style>
 a { background-color: #2AB28D; }

 a { background-color: rgb(42,178,141); }

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

border-color css

<style>
 span { border-color: #2AB28D; }

 span { border-color: rgb(42,178,141); }

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