Html Css Color HEX #2AB279 Jungle Green

📋 copy color: '#2AB279'

red 42 ◦ green 178 ◦ blue 121

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

Shades of Jungle Green #2AB279

Tints of Jungle Green #2AB279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.48%

R = 12.32%
G = 52.2%
B = 35.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#2AB279 (or 0x2AB279) is known color: Jungle Green. HEX triplet: 2A, B2 and 79. RGB value is (42,178,121). Sum of RGB (Red+Green+Blue) = 42+178+121=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB279 is #D54D86. Grayscale: #828282. Windows color (decimal): -13979015 or 7975466. OLE color: 7975466.

HSL color Cylindrical-coordinate representation of color #2AB279: hue angle of 154.85º 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 #2AB279 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 121 -
CMYK 0.76 0 0.32 0.30
HSL 154.85º 0.62% 0.43% -
HSV(B) 154.85º 0.76% 0.7% -
XYZ 20.33 33.71 23.53 -
YUV 130.84 122.44 64.63 -
System Red Green Blue C M Y K H S L
Decimal 42 178 121 0.76 0 0.32 0.30 154.85 0.62 0.43
Hex 2A B2 79 4C 0 20 1E 9B 3E 2B
Octal 52 262 171 114 0 40 36 233 76 53
Binary 101010 10110010 1111001 1001100 0 100000 11110 10011011 111110 101011

Color Harmonies of #2AB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB279

Black with #2AB279

Text Example


Text Example

White with #2AB279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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