#2A9E7B

Color #2A9E7B Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2A9E7B

Tints of Jungle Green #2A9E7B

Color information

#2A9E7B (or 0x2A9E7B) is unknown color: approx Jungle Green. HEX triplet: 2A, 9E and 7B. RGB value is (42,158,123). Sum of RGB (Red+Green+Blue) = 42+158+123=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9E7B is #D56184. Grayscale: #777777. Windows color (decimal): -13984133 or 8101418. OLE color: 8101418.

HSL color Cylindrical-coordinate representation of color #2A9E7B: hue angle of 161.9º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9E7B is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB42158123-
CMYK0.7300.220.38
HSL161.9º58%39.22%-
HSV(B)161.9º73.42%61.96%-
XYZ16.7626.3822.95-
YUV119.33130.0772.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.00%
GREEN value IS 158 (62.11% from 255) = 48.92%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=13.00%
G=48.92%
B=38.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421581230.7300.220.38161.95839.22
Hex2A9E7B4901626a23a27
Octal52236173111026462427247
Binary101010100111101111011100100101011010011010100010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,158,123); }

 H1.HeaderClassName
 {
   color: #2A9E7B;
 }
 .AnyTagClassName
 {
   color: #2A9E7B;
 }
</style>
background-color css

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

 a { background-color: rgb(42,158,123); }

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

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

 span { border-color: rgb(42,158,123); }

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