Html Css Color HEX #2AB68F Jungle Green

📋 copy color: '#2AB68F'

red 42 ◦ green 182 ◦ blue 143

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

Shades of Jungle Green #2AB68F

Tints of Jungle Green #2AB68F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.59%

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 11.44%
G = 49.59%
B = 38.96%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#2AB68F (or 0x2AB68F) is known color: Jungle Green. HEX triplet: 2A, B6 and 8F. RGB value is (42,182,143). Sum of RGB (Red+Green+Blue) = 42+182+143=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB68F is #D54970. Grayscale: #878787. Windows color (decimal): -13977969 or 9418282. OLE color: 9418282.

HSL color Cylindrical-coordinate representation of color #2AB68F: hue angle of 163.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB68F is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 182 143 -
CMYK 0.77 0 0.21 0.29
HSL 163.29º 0.63% 0.44% -
HSV(B) 163.29º 0.77% 0.71% -
XYZ 22.64 35.93 31.73 -
YUV 135.69 132.12 61.17 -
System Red Green Blue C M Y K H S L
Decimal 42 182 143 0.77 0 0.21 0.29 163.29 0.63 0.44
Hex 2A B6 8F 4D 0 15 1D A3 3E 2C
Octal 52 266 217 115 0 25 35 243 76 54
Binary 101010 10110110 10001111 1001101 0 10101 11101 10100011 111110 101100

Color Harmonies of #2AB68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB68F

Black with #2AB68F

Text Example


Text Example

White with #2AB68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,182,143); }

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

background-color css

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

 a { background-color: rgb(42,182,143); }

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

border-color css

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

 span { border-color: rgb(42,182,143); }

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