#2CA67F

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

Shades of Jungle Green #2CA67F

Tints of Jungle Green #2CA67F

Color information

#2CA67F (or 0x2CA67F) is unknown color: approx Jungle Green. HEX triplet: 2C, A6 and 7F. RGB value is (44,166,127). Sum of RGB (Red+Green+Blue) = 44+166+127=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA67F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA67F is #D35980. Grayscale: #7D7D7D. Windows color (decimal): -13851009 or 8365612. OLE color: 8365612.

HSL color Cylindrical-coordinate representation of color #2CA67F: hue angle of 160.82º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA67F is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB44166127-
CMYK0.7300.230.35
HSL160.82º58.1%41.18%-
HSV(B)160.82º73.49%65.1%-
XYZ18.5129.3424.77-
YUV125.08129.0870.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.06%
GREEN value IS 166 (65.23% from 255) = 49.26%
BLUE value IS 127 (50% from 255) = 37.69%
R=13.06%
G=49.26%
B=37.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal441661270.7300.230.35160.8258.141.18
Hex2CA67F4901723a13a29
Octal54246177111027432417251
Binary101100101001101111111100100101011110001110100001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,166,127); }

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

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

 a { background-color: rgb(44,166,127); }

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

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

 span { border-color: rgb(44,166,127); }

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